]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFtrackerV1.cxx
Add input files for all centralities
[u/mrichter/AliRoot.git] / TOF / AliTOFtrackerV1.cxx
index 4767678aa598f9048ce1ede8e8e7ef175e9144de..a20f6018029bf8dd9eb212f0335eef8b6091d42d 100644 (file)
@@ -362,7 +362,7 @@ void AliTOFtrackerV1::MatchTracks( ){
        break;
       }
     } else if (ysect <-ymax) {
-      if (!trackTOFin->Rotate(AliTOFGeometry::GetAlpha())) {
+      if (!trackTOFin->Rotate(-AliTOFGeometry::GetAlpha())) {
        break;
       }
     }
@@ -421,6 +421,8 @@ void AliTOFtrackerV1::MatchTracks( ){
     //Propagate the track to the best matched cluster
     trackTOFin->PropagateTo(bestCluster);
 
+    // Fill the track residual histograms.
+    FillResiduals(trackTOFin,bestCluster,kFALSE);
 
     //now take the local distance in Z from the pad center for time walk correction
     Float_t tiltangle = AliTOFGeometry::GetAngles(bestCluster->GetDetInd(1),bestCluster->GetDetInd(2))*TMath::DegToRad();