LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
plot_primary.C
Go to the documentation of this file.
1 {
2 // Plot the energy spectrum of the primary particles
3 gROOT -> Reset();
4 
5 TFile f("brachytherapy.root");
6 
7 // Draw histos filled by Geant4 simulation
8 //
9 
10 TCanvas* c1 = new TCanvas("c1", " ");
11 
12 h10.Draw();
13 }
TH1F * h10
Definition: plot.C:189
ntupleExperimental Reset()
TFile f("brachytherapy.root")
TCanvas * c1
Definition: plot_primary.C:10