]> 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 18ec5f0fd1ec9c03b1d6f3c61da75bce501a8ce9..6f72d3559a6919e4edbe628182c14b52896483ec 100644 (file)
@@ -13,6 +13,7 @@
 
 class TTree;
 class AliFlowTrackSimpleCuts;
+class AliFlowTrack;
 class AliCFManager;
 class AliMCEvent;
 class AliESDEvent;
@@ -48,10 +49,12 @@ public:
                 const AliCFManager* poiCFManager=NULL );  //use CF(2x)
   AliFlowEvent( const AliESDEvent* anInput,
                 const AliMultiplicity* anInputTracklets,
-                const AliCFManager* poiCFManager ){}
+                const AliCFManager* poiCFManager );
 
   void SetMCReactionPlaneAngle(const AliMCEvent* mcEvent);
 
+  AliFlowTrack* GetTrack( Int_t i );
+
   ClassDef(AliFlowEvent,1)
 };