]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/FLOW/Tasks/AliFlowCandidateTrack.cxx
initial checkin of the new flow development - from an OLD diff!
[u/mrichter/AliRoot.git] / PWG / FLOW / Tasks / AliFlowCandidateTrack.cxx
index 4f797cc05ccae50597df9a31a8399fd6306ef573..06e86f3971c3a356248255c03e136d87f9403d2d 100644 (file)
@@ -35,7 +35,7 @@ AliFlowCandidateTrack::AliFlowCandidateTrack():
 }
 
 void AliFlowCandidateTrack::ClearMe(void) {
-  AliFlowTrackSimple::Clear();
+  AliFlowTrack::Clear();
   fNDaughters = 0;
   for(int i=0; i!=5; ++i) {
     fDaughter[i] = -1;