![]() |
AliPhysics
4a7363b (4a7363b)
|
Public Member Functions | |
LDraw (const char *name, const char *fname="tempinfo.root") | |
virtual | ~LDraw () |
TObjArray * | GetArray () |
void | Compute () |
Int_t | GetNRuns () const |
void | Print (Option_t *opt="") const |
void | SetPrint (Bool_t b=1) |
void | DrawAll () |
TCanvas * | DrawFrac (Int_t type) const |
TH1 * | GetFracRun (Int_t sm, Int_t t) const |
Int_t | GetRunNo (Int_t run) const |
Public Attributes | |
TObjArray * | fArr |
Bool_t | fDoPrint |
Definition at line 17 of file plotOCDB_LED.C.
LDraw::LDraw | ( | const char * | name, |
const char * | fname = "tempinfo.root" |
||
) |
Definition at line 36 of file plotOCDB_LED.C.
|
inlinevirtual |
Definition at line 20 of file plotOCDB_LED.C.
void LDraw::Compute | ( | ) |
Definition at line 43 of file plotOCDB_LED.C.
Referenced by createTree(), GetArray(), and plotL_period().
void LDraw::DrawAll | ( | ) |
Definition at line 65 of file plotOCDB_LED.C.
Referenced by plotL_period(), and SetPrint().
TCanvas * LDraw::DrawFrac | ( | Int_t | type | ) | const |
Definition at line 92 of file plotOCDB_LED.C.
Referenced by DrawAll(), plotL_period(), and SetPrint().
|
inline |
Definition at line 21 of file plotOCDB_LED.C.
Referenced by createTree().
Definition at line 143 of file plotOCDB_LED.C.
Referenced by DrawFrac(), and SetPrint().
|
inline |
Definition at line 23 of file plotOCDB_LED.C.
Referenced by DrawFrac(), and GetFracRun().
Definition at line 29 of file plotOCDB_LED.C.
Referenced by DrawFrac(), and GetFracRun().
|
inline |
Definition at line 24 of file plotOCDB_LED.C.
Referenced by plotL_period().
|
inline |
Definition at line 25 of file plotOCDB_LED.C.
Referenced by plotL_period().
TObjArray* LDraw::fArr |
Definition at line 30 of file plotOCDB_LED.C.
Referenced by Compute(), DrawAll(), GetArray(), GetFracRun(), GetNRuns(), GetRunNo(), and LDraw().
Bool_t LDraw::fDoPrint |
Definition at line 31 of file plotOCDB_LED.C.
Referenced by Compute(), DrawFrac(), and SetPrint().