Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:29

0001 
0002 #include "OPTICKS_LOG.hh"
0003 #include "SEvt.hh"
0004 #include "G4Event.hh"
0005 #include "U4VPrimaryGenerator.h"
0006 
0007 int main(int argc, char** argv)
0008 {
0009     OPTICKS_LOG(argc, argv); 
0010 
0011     SEvt::Create(SEvt::EGPU) ; 
0012 
0013     SEvt::AddTorchGenstep(); 
0014 
0015     return 0 ; 
0016 }