Geant4  10.02.p03
advanced/amsEcal/showers/plotHisto.C File Reference

Go to the source code of this file.

Functions

hist1 Draw ("HIST")
 

Variables

TFile f = TFile("run2.root")
 
TCanvas * c1 = new TCanvas("c1", " ")
 
TH1D * hist1 = (TH1D*)f.Get("1")
 
TH1D * hist2 = (TH1D*)f.Get("2")
 
TH1D * hist3 = (TH1D*)f.Get("3")
 
TH1D * hist4 = (TH1D*)f.Get("4")
 
TH1D * hist5 = (TH1D*)f.Get("5")
 

Function Documentation

◆ Draw()

hist11 Draw ( "HIST"  )
Here is the caller graph for this function:

Variable Documentation

◆ c1

TCanvas* c1 = new TCanvas("c1", " ")

Definition at line 7 of file advanced/amsEcal/showers/plotHisto.C.

◆ f

TFile f = TFile("run2.root")

Definition at line 6 of file advanced/amsEcal/showers/plotHisto.C.

◆ hist1

TH1D* hist1 = (TH1D*)f.Get("1")

Definition at line 9 of file advanced/amsEcal/showers/plotHisto.C.

◆ hist2

TH1D* hist2 = (TH1D*)f.Get("2")

Definition at line 12 of file advanced/amsEcal/showers/plotHisto.C.

◆ hist3

TH1D* hist3 = (TH1D*)f.Get("3")

Definition at line 15 of file advanced/amsEcal/showers/plotHisto.C.

◆ hist4

TH1D* hist4 = (TH1D*)f.Get("4")

Definition at line 18 of file advanced/amsEcal/showers/plotHisto.C.

◆ hist5

TH1D* hist5 = (TH1D*)f.Get("5")

Definition at line 21 of file advanced/amsEcal/showers/plotHisto.C.