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

Go to the source code of this file.

Functions

locDirectory cd ()
 
gDirectory cd ("DeltaT_RF_Itself")
 
locCanvas Divide (2, 2)
 
locCanvas cd (1)
 
gPad SetTicks ()
 
gPad SetGrid ()
 
 if (locHist_FDCRF_SelfDeltaT!=NULL)
 
locCanvas cd (2)
 
 if (locHist_TOFRF_SelfDeltaT!=NULL)
 
locCanvas cd (3)
 
 if (locHist_TAGHRF_SelfDeltaT!=NULL)
 
locCanvas cd (4)
 
 if (locHist_PSCRF_SelfDeltaT!=NULL)
 

Variables

TDirectory * locDirectory = (TDirectory*)gDirectory->FindObjectAny("RF")
 
 return
 
TH1I * locHist_FDCRF_SelfDeltaT = (TH1I*)gDirectory->Get("FDCRF_SelfDeltaT")
 
TH1I * locHist_TOFRF_SelfDeltaT = (TH1I*)gDirectory->Get("TOFRF_SelfDeltaT")
 
TH1I * locHist_TAGHRF_SelfDeltaT = (TH1I*)gDirectory->Get("TAGHRF_SelfDeltaT")
 
TH1I * locHist_PSCRF_SelfDeltaT = (TH1I*)gDirectory->Get("PSCRF_SelfDeltaT")
 
TCanvas * locCanvas = NULL
 

Function Documentation

locDirectory cd ( )
gDirectory cd ( "DeltaT_RF_Itself"  )
locCanvas cd ( )
locCanvas cd ( )
locCanvas cd ( )
locCanvas cd ( )
locCanvas Divide ( ,
 
)
if ( locHist_FDCRF_SelfDeltaT!  = NULL)

Definition at line 34 of file HistMacro_RF_p1.C.

References locHist, and locHist_FDCRF_SelfDeltaT.

if ( locHist_TOFRF_SelfDeltaT!  = NULL)

Definition at line 47 of file HistMacro_RF_p1.C.

References locHist, and locHist_TOFRF_SelfDeltaT.

if ( locHist_TAGHRF_SelfDeltaT!  = NULL)

Definition at line 60 of file HistMacro_RF_p1.C.

References locHist, and locHist_TAGHRF_SelfDeltaT.

if ( locHist_PSCRF_SelfDeltaT!  = NULL)

Definition at line 73 of file HistMacro_RF_p1.C.

References locHist, and locHist_PSCRF_SelfDeltaT.

gPad SetGrid ( )
gPad SetTicks ( )

Variable Documentation

else locCanvas = NULL

Definition at line 23 of file HistMacro_RF_p1.C.

TDirectory* locDirectory = (TDirectory*)gDirectory->FindObjectAny("RF")

Definition at line 10 of file HistMacro_RF_p1.C.

TH1I* locHist_FDCRF_SelfDeltaT = (TH1I*)gDirectory->Get("FDCRF_SelfDeltaT")

Definition at line 17 of file HistMacro_RF_p1.C.

Referenced by if(), and RFMacro_SelfResolution().

TH1I* locHist_PSCRF_SelfDeltaT = (TH1I*)gDirectory->Get("PSCRF_SelfDeltaT")

Definition at line 20 of file HistMacro_RF_p1.C.

Referenced by if(), and RFMacro_SelfResolution().

TH1I* locHist_TAGHRF_SelfDeltaT = (TH1I*)gDirectory->Get("TAGHRF_SelfDeltaT")

Definition at line 19 of file HistMacro_RF_p1.C.

Referenced by if(), and RFMacro_SelfResolution().

TH1I* locHist_TOFRF_SelfDeltaT = (TH1I*)gDirectory->Get("TOFRF_SelfDeltaT")

Definition at line 18 of file HistMacro_RF_p1.C.

Referenced by if(), and RFMacro_SelfResolution().

return

Definition at line 12 of file HistMacro_RF_p1.C.