LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Plot.C File Reference

Go to the source code of this file.

Functions

 for (ipart=0;ipart< 4;ipart++)
 

Function Documentation

for ( )

Definition at line 4 of file Plot.C.

References ipart, and ixs.

4  {
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 }
Int_t ipart
Definition: Style.C:10
Int_t ixs
Definition: Style.C:12