LArSoft
v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
LArSoft
Liquid argon TPC simulation, reconstruction and analysis toolkit
Purpose of this directory
Examples
keras2cpp
larfinder
nufinder
Contributing to Geant4
Geant4Py
Test Modules
ZeroMQ Interface for Geant4
MPI/Examples : exMPI01
MPI/Examples : exMPI02
MPI/Examples : exMPI03
MPI/Examples : exMPI04
Geant4 MPI Interface
Todo List
Deprecated List
Bug List
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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 Tue Mar 11 2025 16:14:55 for LArSoft by
1.8.11