Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /**
0002 G4CXOpticks_setGeometry_Test.cc
0003 =================================
0004 
0005 Action depends on envvars such as OpticksGDMLPath, see G4CXOpticks::setGeometry
0006 
0007 **/
0008 
0009 #include "OPTICKS_LOG.hh"
0010 #include "G4CXOpticks.hh"
0011 
0012 int main(int argc, char** argv)
0013 {
0014     OPTICKS_LOG(argc, argv);
0015 
0016     LOG(info) << "[SetGeometry" ;
0017     G4CXOpticks::SetGeometry();
0018     LOG(info) << "]SetGeometry" ;
0019 
0020     return 0 ;
0021 }