]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUClusterPix.cxx
1)Fix in cluster tracking coordinates query.
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUClusterPix.cxx
index 0469ce954317b874b3a83c7d6fd7316500efeb89..ef50bbb1605fb7abf4e42c5c5b3ad1f7452dc0db 100644 (file)
@@ -247,7 +247,7 @@ void AliITSUClusterPix::GetTrackingXYZ(Float_t xyz[3]) const
   }
   // now in local frame
   GetTracking2LocalMatrix()->MasterToLocal(loc,trk);
-  for (int i=3;i--;) xyz[i] = loc[i];
+  for (int i=3;i--;) xyz[i] = trk[i];
   //
 }