![]() |
AliPhysics
648edd6 (648edd6)
|
Public Member Functions | |
RingHistos () | |
RingHistos (UShort_t d, Char_t r) | |
Bool_t | Book (TList *dir, TH1 *dt) |
void | Event (AliESDFMD &fmd, Double_t logDt) |
void | Finalize (const TList *input, TList *output, TH1 *dt) |
![]() | |
RingHistos () | |
RingHistos (UShort_t d, Char_t r) | |
RingHistos (const RingHistos &o) | |
virtual | ~RingHistos () |
RingHistos & | operator= (const RingHistos &o) |
TList * | DefineOutputList (TList *d) const |
TList * | GetOutputList (const TList *d) const |
TH1 * | GetOutputHist (const TList *d, const char *name) const |
Color_t | Color () const |
const char * | GetName () const |
const UShort_t & | NSector () const |
const UShort_t & | NStrip () const |
ClassDef (RingHistos, 1) | |
Public Attributes | |
TH2 * | fDtVsELoss |
![]() | |
UShort_t | fDet |
Char_t | fRing |
TString | fName |
UShort_t | fkNSector |
UShort_t | fkNStrip |
Structure to hold per-ring histograms
Definition at line 266 of file ELossTimeTask.C.
|
inline |
Constructor - for I/O only
Definition at line 271 of file ELossTimeTask.C.
Constructor
d | detector number |
r | ring identifier |
Definition at line 281 of file ELossTimeTask.C.
Book histograms
dir | Parent list to add our list to |
dt | Histogram of time differences |
Definition at line 293 of file ELossTimeTask.C.
Referenced by ELossTimeTask::Book().
Process a single event
fmd | FMD ESD data |
logDt | Logarithm (base 10) of Time-to-previous event |
Definition at line 317 of file ELossTimeTask.C.
Referenced by ELossTimeTask::Event().
Definition at line 330 of file ELossTimeTask.C.
Referenced by ELossTimeTask::Finalize().
TH2* ELossTimeTask::RingHistos::fDtVsELoss |
Our histogram
Definition at line 357 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().