Geant4  10.02.p03
extended/eventgenerator/exgps/plotHisto.C File Reference

Go to the source code of this file.

Functions

hist1 Draw ("HIST")
 

Variables

TFile f = TFile("test02.root")
 
TCanvas * c1 = new TCanvas("c1", " ")
 
TDirectory * dir = f.Get("histo")
 
TH1D * hist1 = (TH1D*)dir->Get("h1.1")
 
TH1D * hist3 = (TH1D*)dir->Get("h1.3")
 
TH1D * hist4 = (TH1D*)dir->Get("h1.4")
 
TH2D * hist5 = (TH2D*)dir->Get("h2.1")
 
TH2D * hist8 = (TH2D*)dir->Get("h2.4")
 

Function Documentation

◆ Draw()

hist1 Draw ( "HIST"  )

Variable Documentation

◆ c1

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

Definition at line 7 of file extended/eventgenerator/exgps/plotHisto.C.

◆ dir

TDirectory* dir = f.Get("histo")

Definition at line 9 of file extended/eventgenerator/exgps/plotHisto.C.

◆ f

TFile f = TFile("test02.root")

Definition at line 6 of file extended/eventgenerator/exgps/plotHisto.C.

◆ hist1

TH1D* hist1 = (TH1D*)dir->Get("h1.1")

Definition at line 11 of file extended/eventgenerator/exgps/plotHisto.C.

◆ hist3

TH1D* hist3 = (TH1D*)dir->Get("h1.3")

Definition at line 17 of file extended/eventgenerator/exgps/plotHisto.C.

◆ hist4

TH1D* hist4 = (TH1D*)dir->Get("h1.4")

Definition at line 20 of file extended/eventgenerator/exgps/plotHisto.C.

◆ hist5

TH2D* hist5 = (TH2D*)dir->Get("h2.1")

Definition at line 23 of file extended/eventgenerator/exgps/plotHisto.C.

◆ hist8

TH2D* hist8 = (TH2D*)dir->Get("h2.4")

Definition at line 32 of file extended/eventgenerator/exgps/plotHisto.C.