X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FFLOW%2FAliFlowTasks%2FAliFlowEvent.h;h=6f72d3559a6919e4edbe628182c14b52896483ec;hb=ef4799a726d94120b3d93cd58a05d8bed27dce4c;hp=614926ebbec5cecc8fb39b56bc5ffd5d57f98dd8;hpb=124fb2621fbdb47c6225f15293d6c9d94ae9fe58;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/FLOW/AliFlowTasks/AliFlowEvent.h b/PWG2/FLOW/AliFlowTasks/AliFlowEvent.h index 614926ebbec..6f72d3559a6 100644 --- a/PWG2/FLOW/AliFlowTasks/AliFlowEvent.h +++ b/PWG2/FLOW/AliFlowTasks/AliFlowEvent.h @@ -13,11 +13,13 @@ 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) };