ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
plotHisto.C File Reference

Go to the source code of this file.

Functions

hist1 Draw ("HIST")
 

Variables

TFile f = TFile("AnaEx01.root")
 
TCanvas * c1 = new TCanvas("c1", " ")
 
TDirectory * dir = f.Get("histo")
 
TH1D * hist1 = (TH1D*)dir->Get("1")
 
TH1D * hist2 = (TH1D*)dir->Get("2")
 
TH1D * hist3 = (TH1D*)dir->Get("3")
 
TH1D * hist4 = (TH1D*)dir->Get("4")
 

Function Documentation

hist1 Draw ( "HIST"  )

Variable Documentation

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

Definition at line 7 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 7 of file plotHisto.C

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

Definition at line 9 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 9 of file plotHisto.C

TFile f = TFile("AnaEx01.root")

Definition at line 6 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 6 of file plotHisto.C

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

Definition at line 11 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 11 of file plotHisto.C

TH1D* hist2 = (TH1D*)dir->Get("2")

Definition at line 14 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 14 of file plotHisto.C

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

Definition at line 17 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 17 of file plotHisto.C

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

Definition at line 20 of file plotHisto.C.

View newest version in sPHENIX GitHub at line 20 of file plotHisto.C