]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowTasks/AliFlowEvent.h
added option to create flow event from SPD tracklets
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowTasks / AliFlowEvent.h
index 614926ebbec5cecc8fb39b56bc5ffd5d57f98dd8..6f72d3559a6919e4edbe628182c14b52896483ec 100644 (file)
 
 class TTree;
 class AliFlowTrackSimpleCuts;
+class AliFlowTrack;
 class AliCFManager;
 class AliMCEvent;
 class AliESDEvent;
 class AliMCEvent;
 class AliAODEvent;
+class AliMultiplicity;
 
 #include "AliFlowEventSimple.h"
 
@@ -45,9 +47,14 @@ public:
                 KineSource anOption=kNoKine,
                 const AliCFManager* rpCFManager=NULL, 
                 const AliCFManager* poiCFManager=NULL );  //use CF(2x)
+  AliFlowEvent( const AliESDEvent* anInput,
+                const AliMultiplicity* anInputTracklets,
+                const AliCFManager* poiCFManager );
 
   void SetMCReactionPlaneAngle(const AliMCEvent* mcEvent);
 
+  AliFlowTrack* GetTrack( Int_t i );
+
   ClassDef(AliFlowEvent,1)
 };