LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
plotHisto.C
Go to the documentation of this file.
1
{
2
gROOT->Reset();
3
4
// Draw histos filled by Geant4 simulation
5
//
6
TFile
f
= TFile(
"AnaEx01.root"
);
7
TCanvas*
c1
=
new
TCanvas(
"c1"
,
" "
);
8
9
TDirectory*
dir
= f.Get(
"histo"
);
10
11
TH1D*
hist1
= (TH1D*)dir->Get(
"1"
);
12
hist1->Draw(
"HIST"
);
13
14
TH1D*
hist2
= (TH1D*)dir->Get(
"2"
);
15
hist2->Draw(
"HIST"
);
16
17
TH1D*
hist3
= (TH1D*)dir->Get(
"3"
);
18
hist3->Draw(
"HIST"
);
19
20
TH1D*
hist4
= (TH1D*)dir->Get(
"4"
);
21
hist4->Draw(
"HIST"
);
22
}
hist2
TH1D * hist2
Definition:
plotHisto.C:12
dir
TDirectory * dir
Definition:
plotHisto.C:9
hist3
TH1D * hist3
Definition:
plotHisto.C:15
f
TFile f
Definition:
plotHisto.C:6
hist4
TH1D * hist4
Definition:
plotHisto.C:18
c1
TCanvas * c1
Definition:
plotHisto.C:7
hist1
TH1D * hist1
Definition:
plotHisto.C:9
geant4.10.06.p01
examples
extended
analysis
AnaEx01
plotHisto.C
Generated on Thu May 2 2024 20:59:32 for LArSoft by
1.8.11