ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
tree
geant4-10.6-release
config
environments
examples
advanced
basic
extended
analysis
biasing
common
electromagnetic
errorpropagation
eventgenerator
exoticphysics
field
g3tog4
geometry
hadronic
FissionFragment
Hadr00
include
scripts
AddMC.C
Plot.C
PlotSingle.C
Style.C
src
Hadr00.cc
Hadr01
Hadr02
Hadr03
Hadr04
Hadr06
Hadr07
Hadr08
NeutronSource
medical
optical
parallel
parameterisations
persistency
physicslists
polarisation
radioactivedecay
runAndEvent
visualization
source
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Style.C
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Style.C
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
}
geant4
tree
geant4-10.6-release
examples
extended
hadronic
Hadr00
scripts
Style.C
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:05
using
1.8.2 with
ECCE GitHub integration