![]() |
AliPhysics
dbaf93c (dbaf93c)
|
#include <AliFMDEventPlaneTask.h>
Public Member Functions | |
AliFMDEventPlaneTask () | |
AliFMDEventPlaneTask (const char *name) | |
virtual | ~AliFMDEventPlaneTask () |
![]() | |
AliBaseAODTask () | |
AliBaseAODTask (const char *name, const char *title) | |
virtual | ~AliBaseAODTask () |
virtual Bool_t | Configure (const char *macro="-default-") |
void | SetIPzAxis (Int_t n, Double_t min, Double_t max) |
void | SetIPzAxis (Int_t n, Double_t max) |
void | SetIPzAxis (const TString &spec) |
void | SetCentralityAxis (UShort_t n, Short_t *bins) |
void | SetCentralityAxis (UShort_t n, Double_t *bins) |
void | SetCentralityAxis (Short_t low, Short_t high) |
void | SetCentralityAxis (const char *bins) |
void | SetAbsMinCent (Double_t x=-1) |
void | SetTriggerMask (UInt_t mask) |
void | SetTriggerMask (const char *mask) |
void | SetFilterMask (UInt_t mask) |
void | SetFilterMask (const char *mask) |
virtual Bool_t | Connect (const char *sumFile=0, const char *resFile=0) |
virtual Bool_t | PreData () |
virtual Bool_t | PreEvent () |
virtual Bool_t | PostEvent () |
void | Print (Option_t *option="") const |
Task interface methods | |
AliFMDEventPlaneFinder | fEventPlaneFinder |
TH1D * | fHistVertexSel |
virtual Bool_t | Book () |
virtual Bool_t | Event (AliAODEvent &aod) |
virtual Bool_t | Finalize () |
AliFMDEventPlaneFinder & | GetEventPlaneFinder () |
const AliFMDEventPlaneFinder & | GetEventPlaneFinder () const |
AliFMDEventPlaneTask (const AliFMDEventPlaneTask &o) | |
AliFMDEventPlaneTask & | operator= (const AliFMDEventPlaneTask &) |
Calculate the event plane in the forward regions using the FMD
Outputs:
Definition at line 36 of file AliFMDEventPlaneTask.h.
AliFMDEventPlaneTask::AliFMDEventPlaneTask | ( | ) |
Constructor
Definition at line 38 of file AliFMDEventPlaneTask.cxx.
Referenced by GetEventPlaneFinder().
AliFMDEventPlaneTask::AliFMDEventPlaneTask | ( | const char * | name | ) |
|
inlinevirtual |
Destructor
Definition at line 52 of file AliFMDEventPlaneTask.h.
|
protected |
Copy constructor
o | Object to copy from |
|
virtual |
Create output objects
Implements AliBaseAODTask.
Definition at line 63 of file AliFMDEventPlaneTask.cxx.
Referenced by ~AliFMDEventPlaneTask().
|
virtual |
Process each event
aod | AOD Event |
Implements AliBaseAODTask.
Definition at line 82 of file AliFMDEventPlaneTask.cxx.
Referenced by ~AliFMDEventPlaneTask().
|
virtual |
End of job
Implements AliBaseAODTask.
Definition at line 107 of file AliFMDEventPlaneTask.cxx.
Referenced by ~AliFMDEventPlaneTask().
|
inline |
Get reference to the EventPlaneFinder algorithm
Definition at line 82 of file AliFMDEventPlaneTask.h.
Referenced by AddTaskFMDEventPlane().
|
inline |
Get reference to the EventPlaneFinder algorithm
Definition at line 88 of file AliFMDEventPlaneTask.h.
|
protected |
|
protected |
Definition at line 103 of file AliFMDEventPlaneTask.h.
Referenced by Book(), Event(), and GetEventPlaneFinder().
|
protected |
Definition at line 104 of file AliFMDEventPlaneTask.h.