Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:48:53

0001 /**
0002 CSGSimtraceSampleTest.cc : running intersects of small simtrace arrays, eg saved from python 
0003 =============================================================================================
0004 
0005 **/
0006 
0007 #include "OPTICKS_LOG.hh"
0008 #include "CSGSimtraceSample.h"
0009 
0010 int main(int argc, char** argv)
0011 {
0012     OPTICKS_LOG(argc, argv); 
0013 
0014     CSGSimtraceSample t ; 
0015     t.intersect(); 
0016 
0017     return 0 ;
0018 }
0019 
0020