Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
hadronic
Hadr05
scripts
Style.C
Go to the documentation of this file.
1
{
2
gROOT->Reset();
3
gROOT->SetStyle(
"Plain"
);
4
gStyle->SetOptStat(0);
5
6
Int_t
ntarg
= 5;
7
Int_t
npart
= 4;
8
Int_t
nxs
= 7;
9
10
Int_t
ipart
= 0;
11
Int_t
itarg
= 0;
12
Int_t
ixs
= 0;
13
14
TString
axtit
[3] = {
"log10(E/MeV)"
,
"Cross section (bn)"
,
"log10(p/GeV)"
};
15
16
TString
hed
[
nxs
] = {
"Elastic"
,
"Elastic"
,
"Inelastic"
,
"Inelastic"
,
"Capture"
,
"Fission"
,
"ChargeExchange"
};
17
TString
fil0
[
nxs
]= {
"elp"
,
"el"
,
"inlp"
,
"inl"
,
"cap"
,
"fis"
,
"cex"
};
18
Double_t
x1
[
nxs
] = {-3,-1,-3,-1,-1,-1,-1};
19
Double_t
x2
[
nxs
] = {5,6,5,6,6,6,6};
20
Double_t
y1
[
nxs
] = {0.001,0.001,0.001,0.001,0.00001,0.00001,0.0001};
21
Double_t
y2
[
nxs
] = {20,10,20,5,1,1,1};
22
TLegend*
leg
[
nxs
];
23
TH1F*
hh
[
nxs
];
24
TString
gtit
,
fin
;
25
26
TFile
ff
[
ntarg
];
27
TString
targ
[
ntarg
] = {
"H"
,
"C"
,
"Al"
,
"Fe"
,
"Pb"
};
28
TString
filt
[
ntarg
] = {
"h"
,
"c"
,
"al"
,
"fe"
,
"pb"
};
29
Int_t
col
[
ntarg
] = {2, 3, 4, 5, 6};
30
31
TString
filp
[
npart
] = {
"p_"
,
"n_"
,
"pi+"
,
"pi-"
};
32
TString
part
[
npart
] = {
"proton"
,
"neutron"
,
"#pi^{+}"
,
"#pi^{-}"
};
33
34
}
y2
Double_t y2[nxs]
Definition:
Style.C:21
hh
hh[ixs]
Definition:
PlotSingle.C:6
fin
fin
Definition:
AddMC.C:2
y1
Double_t y1[nxs]
Definition:
Style.C:20
x2
Double_t x2[nxs]
Definition:
Style.C:19
ff
TFile ff[ntarg]
Definition:
Style.C:26
ixs
Int_t ixs
Definition:
Style.C:12
ntarg
Int_t ntarg
Definition:
Style.C:6
ipart
Int_t ipart
Definition:
Style.C:10
axtit
TString axtit[3]
Definition:
Style.C:14
filp
TString filp[npart]
Definition:
Style.C:31
gtit
gtit
Definition:
PlotSingle.C:5
G4INCL::Int_t
G4int Int_t
Definition:
G4INCLEventInfo.hh:59
col
Int_t col[ntarg]
Definition:
Style.C:29
part
TString part[npart]
Definition:
Style.C:32
x1
Double_t x1[nxs]
Definition:
Style.C:18
fil0
TString fil0[nxs]
Definition:
Style.C:17
nxs
Int_t nxs
Definition:
Style.C:8
targ
TString targ[ntarg]
Definition:
Style.C:27
itarg
Int_t itarg
Definition:
Style.C:11
npart
Int_t npart
Definition:
Style.C:7
G4INCL::Double_t
G4double Double_t
Definition:
G4INCLEventInfo.hh:62
leg
leg
Definition:
comparison.C:61
hed
TString hed[nxs]
Definition:
Style.C:16
filt
TString filt[ntarg]
Definition:
Style.C:28
Generated on Sat Dec 14 2013 14:33:14 for Geant4_10 by
1.8.5