]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/FLOW/Tasks/AliFlowTrack.h
initial checkin of the new flow development - from an OLD diff!
[u/mrichter/AliRoot.git] / PWG / FLOW / Tasks / AliFlowTrack.h
index 4b18961da837aa19d1ac2e73c361b25f37db1c3c..a72b5b948f9378e873fa72a71a15b2ed3eeac842 100644 (file)
@@ -22,7 +22,8 @@ public:
                      kFromFMD=4,
                      kFromPMD=5,
                      kFromV0=6,
-                     kFromMUON=7 }; // XZhang 20120604
+                     kFromMUON=7,// XZhang 20120604
+                     kFromKink }; 
   AliFlowTrack();
   AliFlowTrack(const AliVParticle* p);
   AliFlowTrack& operator=(const AliFlowTrack& aTrack);
@@ -38,6 +39,8 @@ public:
   Bool_t IsSource( trackSource s ) const
                  { return fTrackSourceBits.TestBitNumber(s); }
 
+  virtual void Clear(Option_t* o="") {AliFlowTrackSimple::Clear(o); fTrackSourceBits.Clear();}
+
 private:
   TBits fTrackSourceBits; //where do i come from?