Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
examples
advanced
radioprotection
macro.C
Go to the documentation of this file.
1
{
2
TFile
f
(
"remsim.root"
);
3
TDirectory*
dir
= (TDirectory*)
f
.Get(
"histo"
);
4
TTree*
h2
=(TTree*)dir->Get(
"1"
);
// Insert the ID of the histo to plot
5
h2.Draw();
6
}
Generated on Sat May 25 2013 14:32:05 for Geant4 by
1.8.4