]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding a forgotten track propagation
authorbelikov <Iouri.Belikov@cern.ch>
Wed, 14 May 2014 08:51:04 +0000 (10:51 +0200)
committerbelikov <Iouri.Belikov@cern.ch>
Wed, 14 May 2014 08:51:04 +0000 (10:51 +0200)
ITS/UPGRADE/AliITSUTrackerCooked.cxx

index d76f0db1df8a9c8b0af80846e9bd20576ea318ec..2676b543b4718cacb4136d31e4252d6c76487920 100644 (file)
@@ -515,6 +515,10 @@ RefitAt(Double_t xx, AliITSUTrackCooked *t, const AliITSUTrackCooked *c) {
            //Warning("RefitAt","failed to estimate track !\n");
            return kFALSE;
         }
+        if (!t->Propagate(Double_t(phi), Double_t(r), GetBz())) {
+           //Warning("RefitAt","propagation failed !\n");
+           return kFALSE;
+        }
      }
      Double_t xx0 = (i > 2) ? 0.008 : 0.003;  // Rough layer thickness
      Double_t x0  = 9.36; // Radiation length of Si [cm]