LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 40 of file XrayFluo.cc.

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