Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-13 08:17:20

0001 #include "./Setup.h"
0002 ClassImp(Setup);
0003 double Setup::get1(){
0004   return a;
0005 }
0006 double Setup::get2(){
0007   return b;
0008 }
0009 double Setup::getP(){
0010   return c;
0011 }