Geant4_10
Plot.C
Go to the documentation of this file.
1 {
2 gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/Style.C");
3 
4 for(ipart = 0; ipart<4; ipart++) {
5 for(ixs=0; ixs<7; ixs++) {
6  bool yes = true;
7  if(ipart != 1 && (ixs == 4 || ixs == 5)) yes = false;
8  if(yes)gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/PlotSingle.C");
9 }
10 }
11 }
Int_t ixs
Definition: Style.C:12
Int_t ipart
Definition: Style.C:10