AliPhysics  5b5fbb3 (5b5fbb3)
AliFMDEventPlaneTask.h
Go to the documentation of this file.
1 //
2 // Calculate the event plane in the forward regions using the FMD
3 //
4 #ifndef ALIFMDEVENTPLANETASK_H
5 #define ALIFMDEVENTPLANETASK_H
6 
16 #include "AliBaseAODTask.h"
17 #include "AliFMDEventPlaneFinder.h"
18 class AliAODForwardMult;
19 class TH1D;
20 class TH2D;
21 
37 {
38 public:
48  AliFMDEventPlaneTask(const char* name);
52  virtual ~AliFMDEventPlaneTask() {}
62  virtual Bool_t Book();
70  virtual Bool_t Event(AliAODEvent& aod);
76  virtual Bool_t Finalize();
89 protected:
102 
103  AliFMDEventPlaneFinder fEventPlaneFinder; // Eventplane finder for the FMD
104  TH1D* fHistVertexSel; // Diagnostics histogram
105 
106  ClassDef(AliFMDEventPlaneTask, 3); // Analysis task for FMD analysis
107 };
108 
109 #endif
110 // Local Variables:
111 // mode: C++
112 // End:
virtual Bool_t Event(AliAODEvent &aod)
Definition: External.C:228
Definition: External.C:212
const AliFMDEventPlaneFinder & GetEventPlaneFinder() const
AliFMDEventPlaneTask & operator=(const AliFMDEventPlaneTask &)
bool Bool_t
Definition: External.C:53
AliFMDEventPlaneFinder & GetEventPlaneFinder()
AliFMDEventPlaneFinder fEventPlaneFinder