|
|
|||
File indexing completed on 2025-12-16 09:30:48
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 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|