![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
Public Member Functions | |
TTreeDraw (const char *name, TTree *tree) | |
~TTreeDraw () | |
TString | MakeSelection () |
void | AddSelectionRange (const char *alias, const char *expr, Float_t min, Float_t max) |
void | AddSelection (const char *alias, const char *expr) |
void | AddDraw (const char *alias, const char *px, const char *py, const char *pz, Int_t mColor, Int_t mSize, Int_t mType) |
Public Attributes | |
TTree * | fTree |
tree More... | |
TObjArray | fCutAtoms |
array of axpressions More... | |
TObjArray | fDraws |
array of draw experssions More... | |
Private Member Functions | |
TTreeDraw () | |
Definition at line 55 of file TTreeSelection.cxx.
TTreeDraw::TTreeDraw | ( | const char * | name, |
TTree * | tree | ||
) |
Definition at line 156 of file TTreeSelection.cxx.
|
inline |
Definition at line 58 of file TTreeSelection.cxx.
|
private |
Definition at line 148 of file TTreeSelection.cxx.
void TTreeDraw::AddDraw | ( | const char * | alias, |
const char * | px, | ||
const char * | py, | ||
const char * | pz, | ||
Int_t | mColor, | ||
Int_t | mSize, | ||
Int_t | mType | ||
) |
void TTreeDraw::AddSelection | ( | const char * | alias, |
const char * | expr | ||
) |
Definition at line 164 of file TTreeSelection.cxx.
void TTreeDraw::AddSelectionRange | ( | const char * | alias, |
const char * | expr, | ||
Float_t | min, | ||
Float_t | max | ||
) |
Definition at line 172 of file TTreeSelection.cxx.
TString TTreeDraw::MakeSelection | ( | ) |
Definition at line 180 of file TTreeSelection.cxx.
TObjArray TTreeDraw::fCutAtoms |
array of axpressions
Definition at line 66 of file TTreeSelection.cxx.
Referenced by AddSelection(), AddSelectionRange(), and MakeSelection().
TObjArray TTreeDraw::fDraws |
array of draw experssions
Definition at line 67 of file TTreeSelection.cxx.
TTree* TTreeDraw::fTree |
tree
Definition at line 65 of file TTreeSelection.cxx.