]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowTasks/AliFlowEvent.h
FMD and ITS additions
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowTasks / AliFlowEvent.h
index 6f72d3559a6919e4edbe628182c14b52896483ec..a90fc30079f809f29e7462146ae88ee2a81c621b 100644 (file)
@@ -20,6 +20,7 @@ class AliESDEvent;
 class AliMCEvent;
 class AliAODEvent;
 class AliMultiplicity;
+class TH2F;
 
 #include "AliFlowEventSimple.h"
 
@@ -50,6 +51,10 @@ public:
   AliFlowEvent( const AliESDEvent* anInput,
                 const AliMultiplicity* anInputTracklets,
                 const AliCFManager* poiCFManager );
+  AliFlowEvent( const AliESDEvent* anInput,
+                const TH2F* anInputFMDhist,
+                const AliCFManager* poiCFManager );
+
 
   void SetMCReactionPlaneAngle(const AliMCEvent* mcEvent);