![]() |
AliPhysics
fffcdf3 (fffcdf3)
|
Go to the source code of this file.
Functions | |
TCanvas * | MakeCanvas (const char *name, const char *title, const char *img=0, Double_t r=0) |
TPair * | GetUs (TLegend *&dl, Bool_t sumLast=false) |
void | DrawUs (TPair *pair, TLegend *dl, Double_t max=105) |
void | DrawOrigATLAS (Bool_t overlay=false) |
TMultiGraph * | Ratio2Peripheral (TMultiGraph *mg, const char *func=0) |
THStack * | Ratio2Peripheral (THStack *mg, const char *func=0, TList *l=0) |
void | DrawOrigATLASRatio (Bool_t overlay=false) |
void | Add2Ratio (TMultiGraph *mg, TH1 *num, TGraphErrors *den) |
void | Add2Ratio (TMultiGraph *mg, TGraphErrors *num, TGraphErrors *den) |
void | Add2Ratio (TMultiGraph *mg, TGraphErrors *g, TList *hl, Int_t idx) |
void | Add2Ratio (TMultiGraph *mg, TGraphErrors *g, TList *gl, const char *name) |
void | DrawAvgATLAS () |
void | DrawAvgATLASRatio () |
void | DrawATLAS (Bool_t overlay=false) |
void Add2Ratio | ( | TMultiGraph * | mg, |
TH1 * | num, | ||
TGraphErrors * | den | ||
) |
Definition at line 370 of file DrawATLAS.C.
Referenced by Add2Ratio(), DrawAvgATLAS(), and DrawAvgATLASRatio().
void Add2Ratio | ( | TMultiGraph * | mg, |
TGraphErrors * | num, | ||
TGraphErrors * | den | ||
) |
Definition at line 385 of file DrawATLAS.C.
void Add2Ratio | ( | TMultiGraph * | mg, |
TGraphErrors * | g, | ||
TList * | hl, | ||
Int_t | idx | ||
) |
Definition at line 398 of file DrawATLAS.C.
void Add2Ratio | ( | TMultiGraph * | mg, |
TGraphErrors * | g, | ||
TList * | gl, | ||
const char * | name | ||
) |
Definition at line 405 of file DrawATLAS.C.
void DrawATLAS | ( | Bool_t | overlay = false | ) |
Definition at line 612 of file DrawATLAS.C.
void DrawAvgATLAS | ( | ) |
Definition at line 411 of file DrawATLAS.C.
Referenced by DrawATLAS().
void DrawAvgATLASRatio | ( | ) |
Definition at line 501 of file DrawATLAS.C.
Referenced by DrawATLAS().
void DrawOrigATLAS | ( | Bool_t | overlay = false | ) |
Definition at line 156 of file DrawATLAS.C.
Referenced by DrawATLAS().
void DrawOrigATLASRatio | ( | Bool_t | overlay = false | ) |
Definition at line 295 of file DrawATLAS.C.
Referenced by DrawATLAS().
void DrawUs | ( | TPair * | pair, |
TLegend * | dl, | ||
Double_t | max = 105 |
||
) |
Definition at line 136 of file DrawATLAS.C.
Referenced by DrawAvgATLAS(), and DrawOrigATLAS().
TPair* GetUs | ( | TLegend *& | dl, |
Bool_t | sumLast = false |
||
) |
Definition at line 77 of file DrawATLAS.C.
Referenced by DrawAvgATLAS(), DrawAvgATLASRatio(), and DrawOrigATLAS().
TCanvas* MakeCanvas | ( | const char * | name, |
const char * | title, | ||
const char * | img = 0 , |
||
Double_t | r = 0 |
||
) |
Definition at line 2 of file DrawATLAS.C.
Referenced by DrawAvgATLAS(), DrawAvgATLASRatio(), DrawOrigATLAS(), and DrawOrigATLASRatio().
TMultiGraph* Ratio2Peripheral | ( | TMultiGraph * | mg, |
const char * | func = 0 |
||
) |
Definition at line 224 of file DrawATLAS.C.
Referenced by DrawAvgATLASRatio(), and DrawOrigATLASRatio().
THStack* Ratio2Peripheral | ( | THStack * | mg, |
const char * | func = 0 , |
||
TList * | l = 0 |
||
) |
Definition at line 258 of file DrawATLAS.C.