X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FFLOW%2FAliFlowCommon%2FAliFlowTrackSimple.h;h=2883a6e07e2f71492afd552c85d8bc5cd61fff3a;hb=929098e4589a25c61c0564ede67c5cc1f8a82a27;hp=3ab47f67d23f3f0a5250ac2f120cf1356ced5759;hpb=c4d54b2eddca79896abf29df2b9cb3b7279c66d3;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/FLOW/AliFlowCommon/AliFlowTrackSimple.h b/PWG2/FLOW/AliFlowCommon/AliFlowTrackSimple.h index 3ab47f67d23..2883a6e07e2 100644 --- a/PWG2/FLOW/AliFlowCommon/AliFlowTrackSimple.h +++ b/PWG2/FLOW/AliFlowCommon/AliFlowTrackSimple.h @@ -7,15 +7,18 @@ #include "TNamed.h" #include "TBits.h" +class TParticle; // AliFlowTrackSimple: // A simple track class to the the AliFlowEventSimple for flow analysis // author: N. van der Kolk (kolk@nikhef.nl) +// mods: Mikolaj Krzewicki (mikolaj.krzewicki@cern.ch) class AliFlowTrackSimple: public TNamed { public: AliFlowTrackSimple(); + AliFlowTrackSimple(const TParticle* p); AliFlowTrackSimple(const AliFlowTrackSimple& aTrack); AliFlowTrackSimple& operator=(const AliFlowTrackSimple& aTrack); virtual ~AliFlowTrackSimple();