]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITStrackerV2.cxx
re-activate contrib code
[u/mrichter/AliRoot.git] / ITS / AliITStrackerV2.cxx
index 758c7641c155ba2733a867ff64d1e29b789d0777..d80e89f8f05dcfcdc408f0a37557d7918f230812 100644 (file)
@@ -367,7 +367,10 @@ Int_t AliITStrackerV2::PropagateBack(AliESDEvent *event) {
        if (fTrackToFollow.PropagateToVertex(event->GetVertex())) {
           fTrackToFollow.StartTimeIntegral();
        }
-       fTrackToFollow.PropagateTo(3.,-0.0028,65.19);
+       Bool_t okProp=fTrackToFollow.PropagateTo(3.,-0.0028,65.19);
+       if(!okProp){
+        AliWarning("Propagation to beam pipe radius failed");
+       }
      }
 
      fTrackToFollow.ResetCovariance(10.); fTrackToFollow.ResetClusters();
@@ -648,7 +651,7 @@ AliITStrackerV2::AliITSlayer::AliITSlayer():
   //--------------------------------------------------------------------
   
   for (Int_t i=0; i<kNsector; i++) fN[i]=0;
-  for (Int_t i=0; i<AliITSRecoParam::fgkMaxClusterPerLayer; i++){
+  for (Int_t i=0; i<AliITSRecoParam::kMaxClusterPerLayer; i++){
     fClusters[i]=0;
     fIndex[i]=0;
   }
@@ -671,7 +674,7 @@ AliITSlayer(Double_t r,Double_t p,Double_t z,Int_t nl,Int_t nd):
 
   for (Int_t i=0; i<kNsector; i++) fN[i]=0;
 
-  for (Int_t i=0; i<AliITSRecoParam::fgkMaxClusterPerLayer; i++){
+  for (Int_t i=0; i<AliITSRecoParam::kMaxClusterPerLayer; i++){
     fClusters[i]=0;
     fIndex[i]=0;
   }