]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPoint.cxx
correct sign for the out-of-diagonal element of the SSD covariance matrix (E. Fragiacomo)
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.cxx
index 9444190b1ea8e0d8bd33d7b0a5272cb30bcb6f45..be33cc56ed0cd51e15549b3716edeb5d4e3158ba 100644 (file)
@@ -77,7 +77,7 @@ fDriftTime(0.)
     Double_t lxyz[3] = {0, 0, 0};
     GetTracking2LocalMatrix()->LocalToMaster(txyz,lxyz);
     fXloc = lxyz[0]; fZloc = lxyz[2];
-    if(fLayer==5) hit[5]=-hit[5];
+    if(fLayer==4) hit[5]=-hit[5];
     if( (fLayer==4) || (fLayer==5) ) SetSigmaYZ(hit[5]); 
   }
   else {