![]() |
AliPhysics
a56b849 (a56b849)
|
Classes | |
struct | RingHistos |
Public Member Functions | |
ELossTimeTask () | |
ELossTimeTask (const char *name) | |
virtual Bool_t | Book () |
virtual Bool_t | Event (AliESDEvent &esd) |
virtual Bool_t | Finalize () |
virtual AliFMDEventInspector & | GetEventInspector () |
virtual const AliFMDEventInspector & | GetEventInspector () const |
Bool_t | ReadMap (const char *filename) |
![]() | |
AliBaseESDTask () | |
AliBaseESDTask (const char *name, const char *title, AliCorrectionManagerBase *manager) | |
virtual Bool_t | Connect (const char *sumFile=0, const char *resFile=0) |
virtual Bool_t | Connect (const char *sumFile, const char *resFile, Bool_t old) |
virtual Bool_t | Setup () |
virtual void | PreCorrections (const AliESDEvent *esd) |
virtual Bool_t | PreData (const TAxis &vertex, const TAxis &eta) |
virtual Bool_t | PreEvent () |
virtual Bool_t | PostEvent () |
virtual void | Print (Option_t *option="") const |
virtual void | SetDebug (Int_t dbg) |
virtual void | SetDebugLevel (Int_t dbg) |
void | SetIPzMethod (const char *str) |
virtual Bool_t | Configure (const char *macro="-default-") |
Static Public Member Functions | |
static Bool_t | Create (const char *mapfile) |
Protected Member Functions | |
ELossTimeTask (const ELossTimeTask &o) | |
![]() | |
AliBaseESDTask (const AliBaseESDTask &o) | |
AliBaseESDTask & | operator= (const AliBaseESDTask &o) |
virtual Bool_t | IsMC () const |
virtual TAxis * | DefaultEtaAxis () const |
virtual TAxis * | DefaultVertexAxis () const |
virtual AliCorrectionManagerBase * | GetManager () const |
virtual AliCorrectionManagerBase * | GetManager () |
virtual void | CreateBranches (AliAODHandler *) |
virtual void | MarkEventForStore () const |
virtual Bool_t | CheckCorrections (UInt_t what) const |
virtual Bool_t | ReadCorrections (const TAxis *&pe, const TAxis *&pv, Bool_t mc=false, Bool_t sat=false) |
virtual AliESDEvent * | GetESDEvent () |
virtual Bool_t | StoreTrainName (Int_t no) |
virtual const char * | DefaultConfig () const |
void | LocalInit () |
void | UserCreateOutputObjects () |
void | UserExec (Option_t *option) |
void | Terminate (Option_t *option) |
Protected Attributes | |
AliFMDEventInspector | fEventInspector |
RingHistos | fFMD1i |
RingHistos | fFMD2i |
RingHistos | fFMD2o |
RingHistos | fFMD3i |
RingHistos | fFMD3o |
EventTimeMap * | fMap |
TH1 * | fDt |
![]() | |
Bool_t | fFirstEvent |
TList * | fList |
TList * | fResults |
UInt_t | fNeededCorrections |
UInt_t | fExtraCorrections |
Bool_t | fCloneList |
Task to analyse the energy loss in the FMD rings as function of the time to previous event.
Definition at line 31 of file ELossTimeTask.C.
|
inline |
|
inline |
|
inlineprotected |
Dummy copy constructor
o | Object to copy from |
Definition at line 260 of file ELossTimeTask.C.
|
inlinevirtual |
Book output objects. Derived class should define this to book output objects on the processing output list fList
before the actual event processing. This is called on the master and on each slave.
If this member function returns false, the execution is stopped with a fatal signal.
Implements AliBaseESDTask.
Definition at line 76 of file ELossTimeTask.C.
|
inlinestatic |
Create and connect the task
mapfile | File name of file containing timestamp map |
Definition at line 247 of file ELossTimeTask.C.
|
inlinevirtual |
Process a single event
esd | Input event |
Implements AliBaseESDTask.
Definition at line 107 of file ELossTimeTask.C.
|
inlinevirtual |
Do the final analysis on the merged output.
Reimplemented from AliBaseESDTask.
Definition at line 171 of file ELossTimeTask.C.
|
inlinevirtual |
Get a reference to the event inspector. User must override this to return proper object
Implements AliBaseESDTask.
Definition at line 188 of file ELossTimeTask.C.
|
inlinevirtual |
Get a reference to the event inspector. User must override this to return proper object
Implements AliBaseESDTask.
Definition at line 195 of file ELossTimeTask.C.
|
inline |
Read the map from timestamp to time-to-previous event
filename | File to read the map from |
Definition at line 206 of file ELossTimeTask.C.
|
protected |
Distribution of log10(dt)
Definition at line 373 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().
|
protected |
Our event inspector
Definition at line 262 of file ELossTimeTask.C.
Referenced by Event(), and GetEventInspector().
|
protected |
Container of FMD1i histograms
Definition at line 361 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().
|
protected |
Container of FMD2i histograms
Definition at line 363 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().
|
protected |
Container of FMD2o histograms
Definition at line 365 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().
|
protected |
Container of FMD3i histograms
Definition at line 367 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().
|
protected |
Container of FMD3o histograms
Definition at line 369 of file ELossTimeTask.C.
Referenced by Book(), Event(), and Finalize().
|
protected |
Map from timestamp to time-to-previous event
Definition at line 371 of file ELossTimeTask.C.