Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #include <iostream>
0002 #include "OPTICKS_LOG.hh"
0003 #include "SFrameConfig.hh"
0004 
0005 void test_Desc()
0006 {
0007     LOG(info); 
0008 
0009     //SFrameConfig::SetFrameMask("isect,fphoton,pixel"); 
0010 
0011     std::cout << SFrameConfig::Desc() << std::endl ; 
0012 }
0013 
0014 int main(int argc, char** argv)
0015 {
0016     OPTICKS_LOG(argc, argv); 
0017 
0018     test_Desc(); 
0019 
0020     return 0 ; 
0021 }