![]() |
AliPhysics
4ffc478 (4ffc478)
|
#include <TFile.h>
#include <THStack.h>
#include <TH1.h>
#include <TError.h>
#include <TMath.h>
#include <TClass.h>
#include <TCanvas.h>
#include <TSystem.h>
Go to the source code of this file.
Functions | |
void | PrintH (TH1 *h, Int_t prec=2) |
TObject * | GetO (TDirectory *dir, const char *name="result", TClass *cls=0) |
THStack * | GetHS (TDirectory *dir, const char *name="result") |
TH1 * | GetH1 (TDirectory *dir, const char *name="result") |
TList * | GetHists (UShort_t flags, const char *var, const char *stackName="result", const char *sub="") |
TH1 * | GetMid (UShort_t flags, const char *var) |
TH1 * | GetCent (UShort_t flags, const char *var) |
void | AddLine (TH1 *h) |
TH1 * | Compare (TH1 *def, TH1 *oth) |
void | CompareVars (UShort_t flags, const char *var, Bool_t noTruth=true) |
TH1 * | GetPubl () |
void | PrintAxis (TAxis *axis) |
void | CompareMids (UShort_t flags, const char *var) |
void | CompareFlgs (UShort_t f1, UShort_t f2, const char *var, Bool_t noTruth=true) |
void | CompareSubs (UShort_t flgs, const char *var, Bool_t noTruth=false) |
void | CentPlot (UShort_t flags) |
void | Compare (const char *var) |
Variables | |
const Bool_t | kCompareVarLoaded = true |
Int_t | cW = 1200 |
Int_t | cH = 800 |
const char * | obs = "\\mathrm{d}N_{\\mathrm{ch}}/\\mathrm{d}\\eta" |
void AddLine | ( | TH1 * | h | ) |
Definition at line 115 of file Compare.C.
Referenced by CompareFlgs(), CompareMids(), CompareSubs(), and CompareVars().
Definition at line 124 of file Compare.C.
Referenced by CompareFlgs(), CompareResults(), CompareSubs(), and CompareVars().
void CompareMids | ( | UShort_t | flags, |
const char * | var | ||
) |
Definition at line 105 of file Compare.C.
Referenced by CentPlot().
TH1* GetH1 | ( | TDirectory * | dir, |
const char * | name = "result" |
||
) |
Definition at line 76 of file Compare.C.
Referenced by CompareSubs(), GetCent(), and GetMid().
TList* GetHists | ( | UShort_t | flags, |
const char * | var, | ||
const char * | stackName = "result" , |
||
const char * | sub = "" |
||
) |
Definition at line 81 of file Compare.C.
Referenced by CentPlot(), Combine(), CompareFlgs(), CompareSubs(), CompareVars(), and AliTrackletDeltaWeights::Draw().
THStack* GetHS | ( | TDirectory * | dir, |
const char * | name = "result" |
||
) |
Definition at line 72 of file Compare.C.
Referenced by GetHists().
Definition at line 96 of file Compare.C.
Referenced by CompareMids().
TObject* GetO | ( | TDirectory * | dir, |
const char * | name = "result" , |
||
TClass * | cls = 0 |
||
) |
TH1* GetPubl | ( | ) |
Definition at line 193 of file Compare.C.
Referenced by CompareMids().
Int_t cH = 800 |
Definition at line 19 of file Compare.C.
Referenced by CentPlot(), CompareFlgs(), CompareMids(), CompareSubs(), and CompareVars().
Int_t cW = 1200 |
Definition at line 18 of file Compare.C.
Referenced by CentPlot(), CompareFlgs(), CompareMids(), CompareSubs(), and CompareVars().
const char* obs = "\\mathrm{d}N_{\\mathrm{ch}}/\\mathrm{d}\\eta" |
Definition at line 20 of file Compare.C.
Referenced by Combine(), CompareFlgs(), CompareSubs(), and CompareVars().