|
| CentralityBin () |
|
| CentralityBin (const char *name, Float_t low, Float_t high) |
|
| CentralityBin (const CentralityBin &other) |
|
virtual | ~CentralityBin () |
|
CentralityBin & | operator= (const CentralityBin &) |
|
virtual void | End (TList *sums, TList *results, UShort_t scheme, Double_t trigEff, Double_t trigEff0, Bool_t rootProj, Bool_t corrEmpty, Int_t triggerMask, Int_t marker, Int_t color, TList *mclist, TList *truthlist) |
|
| CentralityBin () |
|
| CentralityBin (const char *name, Float_t low, Float_t high) |
|
| CentralityBin (const CentralityBin &other) |
|
CentralityBin & | operator= (const CentralityBin &other) |
|
Bool_t | IsAllBin () const |
|
const char * | GetListName () const |
|
virtual void | CreateOutputObjects (TList *dir, Int_t mask) |
|
virtual Bool_t | ProcessEvent (const AliAODForwardMult *forward, UInt_t triggerMask, Bool_t isZero, Double_t vzMin, Double_t vzMax, const TH2D *data, const TH2D *mc, UInt_t filter, Double_t weight) |
|
virtual Double_t | Normalization (const TH1I &t, UShort_t scheme, Double_t trgEff, Double_t &ntotal, TString *text) const |
|
virtual void | MakeResult (const TH2D *sum, const char *postfix, bool rootProj, bool corrEmpty, Double_t scaler, Int_t marker, Int_t color, TList *mclist, TList *truthlist) |
|
Int_t | GetColor (Int_t fallback=kRed+2) const |
|
void | SetColor (Color_t colour) |
|
TList * | GetResults () const |
|
const char * | GetResultName (const char *postfix="") const |
|
TH1 * | GetResult (const char *postfix="", Bool_t verbose=true) const |
|
void | SetDebugLevel (Int_t lvl) |
|
void | SetSatelliteVertices (Bool_t satVtx) |
|
virtual void | Print (Option_t *option="") const |
|
const Sum * | GetSum (Bool_t mc=false) const |
|
Sum * | GetSum (Bool_t mc=false) |
|
const TH1I * | GetTriggers () const |
|
TH1I * | GetTriggers () |
|
const TH1I * | GetStatus () const |
|
TH1I * | GetStatus () |
|
A structure holding the per-centrality bin information. These objects are only used internally and are never streamed. We do not make dictionaries for this (and derived) classes as they are constructed on the fly.
Definition at line 107 of file AliForwarddNdetaTask.h.