Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #include "scuda.h"
0002 #include "squad.h"
0003 #include "SThetaCut.hh"
0004 #include "OPTICKS_LOG.hh"
0005 
0006 int main(int argc, char** argv)
0007 {
0008     OPTICKS_LOG(argc, argv); 
0009 
0010     double startTheta_pi = 0.25 ; 
0011     double deltaTheta_pi = 0.50 ; 
0012 
0013     quad q0, q1 ; 
0014     SThetaCut::PrepareParam( q0, q1, startTheta_pi, deltaTheta_pi ); 
0015 
0016 
0017     return 0 ; 
0018 }