Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:03

0001 /**
0002 G4CXTest.cc : Standalone bi-simulation
0003 ======================================
0004 
0005 **/
0006 
0007 #include "OPTICKS_LOG.hh"
0008 #include "G4CXApp.h"
0009 
0010 int main(int argc, char** argv)
0011 {
0012     OPTICKS_LOG(argc, argv); 
0013     return G4CXApp::Main(); 
0014 }
0015