![]() |
AliPhysics
958ad07 (958ad07)
|
Public Member Functions | |
Canvas (const char *name, const char *title, const char *n1, const char *n2) | |
void | Open () |
TPad * | Clear (UShort_t nPad, UShort_t d, Char_t r, Bool_t flush=false) |
TVirtualPad * | cd (Int_t i) |
void | Print (UShort_t d, Char_t r, const char *extra="") |
void | Close () |
Public Attributes | |
const char * | fName |
NAme. More... | |
const char * | fTitle |
Title. More... | |
const char * | fN1 |
N1. More... | |
const char * | fN2 |
N2. More... | |
TCanvas * | fCanvas |
Canvas. More... | |
TPad * | fBody |
Body. More... | |
A canvas
Definition at line 29 of file CompareCorrs.C.
|
inline |
|
inline |
Change to pad
i | Pad number |
Definition at line 117 of file CompareCorrs.C.
Referenced by CompareSecMaps(), and CompareVtxBias().
Clear pad
nPad | Pad number |
d | Detector |
r | Ring |
flush | Flush output |
Definition at line 84 of file CompareCorrs.C.
Referenced by CompareSecMaps(), and CompareVtxBias().
|
inline |
Close it
Definition at line 141 of file CompareCorrs.C.
Referenced by CompareSecMaps(), and CompareVtxBias().
|
inline |
Open it
Definition at line 63 of file CompareCorrs.C.
Referenced by CompareSecMaps(), and CompareVtxBias().
Print information
d | Detector |
r | Ring |
extra | more stuff |
Definition at line 131 of file CompareCorrs.C.
Referenced by CompareSecMaps(), and CompareVtxBias().
TPad* Canvas::fBody |
TCanvas* Canvas::fCanvas |
const char* Canvas::fN1 |
const char* Canvas::fN2 |
const char* Canvas::fName |
const char* Canvas::fTitle |