LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
}
ipart
Int_t ipart
Definition:
Style.C:10
ixs
Int_t ixs
Definition:
Style.C:12
geant4.10.06.p01
examples
extended
hadronic
Hadr00
scripts
Plot.C
Generated on Thu May 2 2024 20:59:32 for LArSoft by
1.8.11