Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HistMacro_FCALReconstruction_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_FCALShowerYVsX!=NULL)
 
locCanvas cd (2)
 
 if (locHist_FCALShowerEnergy!=NULL)
 
locCanvas cd (3)
 
 if (locHist_FCALNeutralShowerEnergy!=NULL)
 
locCanvas cd (4)
 
 if (locHist_FCALNeutralShowerDeltaT!=NULL)
 
locCanvas cd (5)
 
 if (locHist_FCALNeutralShowerDeltaTVsE!=NULL)
 

Variables

 return
 
TH2I * locHist_FCALShowerYVsX = (TH2I*)gDirectory->Get("FCALShowerYVsX")
 
TH1I * locHist_FCALShowerEnergy = (TH1I*)gDirectory->Get("FCALShowerEnergy")
 
TH1I * locHist_FCALNeutralShowerEnergy = (TH1I*)gDirectory->Get("FCALNeutralShowerEnergy")
 
TH1I * locHist_FCALNeutralShowerDeltaT = (TH1I*)gDirectory->Get("FCALNeutralShowerDeltaT")
 
TH2I * locHist_FCALNeutralShowerDeltaTVsE = (TH2I*)gDirectory->Get("FCALNeutralShowerDeltaTVsE")
 
TCanvas * locCanvas = NULL
 

Function Documentation

locDirectory cd ( )
gDirectory cd ( "../Hist_Neutrals"  )
locCanvas cd ( )
locCanvas cd ( )
locCanvas cd ( )
locCanvas cd ( )
locCanvas cd ( )
locCanvas Divide ( ,
 
)
if ( locHist_FCALShowerYVsX!  = NULL)

Definition at line 35 of file HistMacro_FCALReconstruction_p1.C.

if ( locHist_FCALShowerEnergy!  = NULL)

Definition at line 48 of file HistMacro_FCALReconstruction_p1.C.

if ( locHist_FCALNeutralShowerEnergy!  = NULL)

Definition at line 59 of file HistMacro_FCALReconstruction_p1.C.

if ( locHist_FCALNeutralShowerDeltaT!  = NULL)

Definition at line 70 of file HistMacro_FCALReconstruction_p1.C.

if ( locHist_FCALNeutralShowerDeltaTVsE!  = NULL)

Definition at line 81 of file HistMacro_FCALReconstruction_p1.C.

gPad SetGrid ( )
gPad SetTicks ( )

Variable Documentation

else locCanvas = NULL

Definition at line 24 of file HistMacro_FCALReconstruction_p1.C.

TH1I* locHist_FCALNeutralShowerDeltaT = (TH1I*)gDirectory->Get("FCALNeutralShowerDeltaT")

Definition at line 20 of file HistMacro_FCALReconstruction_p1.C.

TH2I* locHist_FCALNeutralShowerDeltaTVsE = (TH2I*)gDirectory->Get("FCALNeutralShowerDeltaTVsE")

Definition at line 21 of file HistMacro_FCALReconstruction_p1.C.

TH1I* locHist_FCALNeutralShowerEnergy = (TH1I*)gDirectory->Get("FCALNeutralShowerEnergy")

Definition at line 19 of file HistMacro_FCALReconstruction_p1.C.

TH1I* locHist_FCALShowerEnergy = (TH1I*)gDirectory->Get("FCALShowerEnergy")

Definition at line 16 of file HistMacro_FCALReconstruction_p1.C.

TH2I* locHist_FCALShowerYVsX = (TH2I*)gDirectory->Get("FCALShowerYVsX")

Definition at line 15 of file HistMacro_FCALReconstruction_p1.C.

return
Initial value:
{
TDirectory *locDirectory = (TDirectory*)gDirectory->FindObjectAny("Hist_Reconstruction")
TDirectory * locDirectory

Definition at line 7 of file HistMacro_FCALReconstruction_p1.C.