Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HistMacro_BCALReconstruction_p1.C File Reference

Go to the source code of this file.

Functions

locDirectory cd ()
 
gDirectory cd ("../Hist_Neutrals")
 
locCanvas Divide (3, 2)
 
locCanvas cd (1)
 
gPad SetTicks ()
 
gPad SetGrid ()
 
 if (locHist_BCALShowerPhiVsZ!=NULL)
 
locCanvas cd (2)
 
 if (locHist_BCALShowerEnergy!=NULL)
 
locCanvas cd (3)
 
 if (locHist_BCALNeutralShowerEnergy!=NULL)
 
locCanvas cd (4)
 
 if (locHist_BCALNeutralShowerDeltaT!=NULL)
 
locCanvas cd (5)
 
 if (locHist_BCALNeutralShowerDeltaTVsE!=NULL)
 

Variables

TDirectory * locDirectory = (TDirectory*)gDirectory->FindObjectAny("Hist_Reconstruction")
 
 return
 
TH2I * locHist_BCALShowerPhiVsZ = (TH2I*)gDirectory->Get("BCALShowerPhiVsZ")
 
TH1I * locHist_BCALShowerEnergy = (TH1I*)gDirectory->Get("BCALShowerEnergy")
 
TH1I * locHist_BCALNeutralShowerEnergy = (TH1I*)gDirectory->Get("BCALNeutralShowerEnergy")
 
TH1I * locHist_BCALNeutralShowerDeltaT = (TH1I*)gDirectory->Get("BCALNeutralShowerDeltaT")
 
TH2I * locHist_BCALNeutralShowerDeltaTVsE = (TH2I*)gDirectory->Get("BCALNeutralShowerDeltaTVsE")
 
TCanvas * locCanvas = NULL
 

Function Documentation

fdcpad2 cd ( )
gDirectory cd ( "../Hist_Neutrals"  )
c5 cd ( )
c5 cd ( )
c5 cd ( )
c5 cd ( )
locCanvas cd ( )
locCanvas Divide ( ,
 
)
if ( locHist_BCALShowerEnergy!  = NULL)

Definition at line 47 of file HistMacro_BCALReconstruction_p1.C.

if ( locHist_BCALNeutralShowerEnergy!  = NULL)

Definition at line 58 of file HistMacro_BCALReconstruction_p1.C.

if ( locHist_BCALNeutralShowerDeltaT!  = NULL)

Definition at line 69 of file HistMacro_BCALReconstruction_p1.C.

if ( locHist_BCALNeutralShowerDeltaTVsE!  = NULL)

Definition at line 80 of file HistMacro_BCALReconstruction_p1.C.

gPad SetGrid ( )
gPad SetTicks ( )

Variable Documentation

TH1I* locHist_BCALNeutralShowerDeltaT = (TH1I*)gDirectory->Get("BCALNeutralShowerDeltaT")

Definition at line 20 of file HistMacro_BCALReconstruction_p1.C.

TH2I* locHist_BCALNeutralShowerDeltaTVsE = (TH2I*)gDirectory->Get("BCALNeutralShowerDeltaTVsE")

Definition at line 21 of file HistMacro_BCALReconstruction_p1.C.

TH1I* locHist_BCALNeutralShowerEnergy = (TH1I*)gDirectory->Get("BCALNeutralShowerEnergy")

Definition at line 19 of file HistMacro_BCALReconstruction_p1.C.

TH1I* locHist_BCALShowerEnergy = (TH1I*)gDirectory->Get("BCALShowerEnergy")

Definition at line 16 of file HistMacro_BCALReconstruction_p1.C.

TH2I* locHist_BCALShowerPhiVsZ = (TH2I*)gDirectory->Get("BCALShowerPhiVsZ")

Definition at line 15 of file HistMacro_BCALReconstruction_p1.C.