]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AddTimeStamp was always increasing track length but accounting
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jun 2012 17:07:04 +0000 (17:07 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jun 2012 17:07:04 +0000 (17:07 +0000)
corresponding tof only for steps<100 cm. Commented out this condition

STEER/ESD/AliKalmanTrack.cxx

index 92df4af77cfd24124241509e795ccc97cfd820f3..69abf5a064723aa7cdbd2242846ba509444f2ccf 100644 (file)
@@ -132,7 +132,7 @@ void AliKalmanTrack:: AddTimeStep(Double_t length)
 
   Double_t p = TMath::Abs(pt * TMath::Sqrt(1+tgl*tgl));
 
-  if (length > 100) return;
+  //  if (length > 100) return;
 
   for (Int_t i=0; i<AliPID::kSPECIES; i++) {