]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for #86922: Port TPC fix to the release
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Sep 2011 11:01:14 +0000 (11:01 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Sep 2011 11:01:14 +0000 (11:01 +0000)
STEER/STEER/AliRelAlignerKalman.cxx

index 2651a0e7af42d63ab32d641c0b2a17b27c5ba9f5..ebed7a4d8b60a0aca5cf4e64e474a2f4978bbd75 100644 (file)
@@ -608,7 +608,7 @@ Bool_t AliRelAlignerKalman::PredictMeasurement( TVectorD& pred, const TVectorD&
   }
   else
   {
-      AliExternalTrackParam track(fPTrackParam1); //make a copy track
+      AliExternalTrackParam track(*fPTrackParam1); //make a copy track
       if (!MisalignTrack( &track, state )) return kFALSE; //predict what the measured track would be by applying misalignment
 
       const Double_t* oldparam = fPTrackParam1->GetParameter();