LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
XrayFluo.cc File Reference
#include "XrayFluoSimulation.hh"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 42 of file XrayFluo.cc.

42  {
43 
44  XrayFluoSimulation * simulation = new XrayFluoSimulation(0);
45 
46  simulation->RunSimulation(argc,argv);
47 
48  delete simulation;
49 
50  return 0;
51 }