]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPoint.cxx
Added check for wrong records in the config file (R. Shaoyan)
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.cxx
index b429fd26a3dfcdb54bf5f1c0f06880fd2a2a3405..9c33935303efbc344ea468315281de31fbc8c8e8 100644 (file)
@@ -89,8 +89,12 @@ fDriftTime(0.)
       fdEdX=fQ*1e-6;
       break;
     case 4:
+      fdEdX=fQ*2.16;
+      SetSigmaYZ(hit[5]);
     case 5:
       fdEdX=fQ*2.16;
+      hit[5]=-hit[5];
+      SetSigmaYZ(hit[5]);
       break;
     default:
       AliError(Form("Wrong ITS layer %d (0 -> 5)",fLayer));