Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-04 08:05:04

0001 {
0002 gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/Style.C");
0003 
0004 for(ipart = 0; ipart<4; ipart++) {
0005 for(ixs=0; ixs<7; ixs++) {
0006   bool yes = true;
0007   if(ipart != 1 && (ixs == 4 || ixs == 5)) yes = false;
0008   if(yes)gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/PlotSingle.C");
0009 }
0010 }
0011 }