![]() |
AliPhysics
cc1c0ba (cc1c0ba)
|
Go to the source code of this file.
Functions | |
TObject * | GetO (TDirectory *dir, const char *name, TClass *cls=0) |
TDirectory * | GetD (TDirectory *dir, const char *name) |
TH1 * | GetH1 (TDirectory *dir, const char *name) |
TH1 * | CompareOne (TDirectory *newDir, TDirectory *oldDir, Double_t c1, Double_t c2, Double_t &min, Double_t &max, TLegend *l) |
void | CompareResults (const char *newName="NewTaskNewPost.root", const char *oldName="OldTaskNewCorrect.root", const char *newTitle="New", const char *oldTitle="Old") |
TH1* CompareOne | ( | TDirectory * | newDir, |
TDirectory * | oldDir, | ||
Double_t | c1, | ||
Double_t | c2, | ||
Double_t & | min, | ||
Double_t & | max, | ||
TLegend * | l | ||
) |
Definition at line 37 of file CompareResults.C.
Referenced by CompareResults().
|
related |
Definition at line 75 of file CompareResults.C.
TDirectory* GetD | ( | TDirectory * | dir, |
const char * | name | ||
) |
Definition at line 25 of file CompareResults.C.
Referenced by CompareOne().
TH1* GetH1 | ( | TDirectory * | dir, |
const char * | name | ||
) |
Definition at line 31 of file CompareResults.C.
Referenced by CompareOne(), and CompareResults().
TObject* GetO | ( | TDirectory * | dir, |
const char * | name, | ||
TClass * | cls = 0 |
||
) |
Definition at line 3 of file CompareResults.C.