]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using the new AliTracker::PropagateTrackTo
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Aug 2007 18:40:28 +0000 (18:40 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Aug 2007 18:40:28 +0000 (18:40 +0000)
STEER/AliReconstruction.cxx

index 4938b0aebfdb0d6fd56442acc4203ff7ec072475..8d5b59e898d5897e8d27faec59328874038630ac 100644 (file)
@@ -1241,7 +1241,7 @@ Bool_t AliReconstruction::RunTracking(AliESDEvent*& esd)
     AliESDtrack * track = esd->GetTrack(itrack);
     if (!track) continue;
     if (track->IsOn(AliESDtrack::kITSrefit)) continue;
-    track->PropagateTo(kRadius, fieldZ, track->GetMass(),kMaxStep,kTRUE);
+   AliTracker::PropagateTrackTo(track,kRadius,track->GetMass(),kMaxStep,kTRUE);
     track->RelateToVertex(esd->GetVertex(),fieldZ, kMaxD);
   }