]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowCommon/AliFlowTrackSimple.h
start of moving various methods into the flowevent
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCommon / AliFlowTrackSimple.h
index 3ab47f67d23f3f0a5250ac2f120cf1356ced5759..2883a6e07e2f71492afd552c85d8bc5cd61fff3a 100644 (file)
@@ -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();