Do not skip the negative indexes, even if their meaning is not clear...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Jul 2005 14:47:01 +0000 (14:47 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Jul 2005 14:47:01 +0000 (14:47 +0000)
TPC/AliTPCtrackerMI.cxx

index 4bb2925c9f531399e57e7352baa027eb8188e363..c309267e82c2cd6f0b8f4473aef5906c6f6085b4 100644 (file)
@@ -1638,8 +1638,8 @@ Int_t AliTPCtrackerMI::UpdateClusters(AliTPCseed& t,  Int_t nr) {
     }
   }
 
-  if (index<0) return 0;
-  UInt_t uindex = index;
+  //  if (index<0) return 0;
+  UInt_t uindex = TMath::Abs(index);
 
   if (krow) {    
     //cl = krow.FindNearest2(y+10,z,roady,roadz,uindex);