]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3HoughTransformerRow.cxx
Bugfix
[u/mrichter/AliRoot.git] / HLT / hough / AliL3HoughTransformerRow.cxx
index b3fc745bc3c6cdffdff25e9d30f91a0dc87d62cf..d07deb63023cfb75a573d60df5e2ad58ee31b846 100644 (file)
@@ -1202,7 +1202,7 @@ inline void AliL3HoughTransformerRow::FillCluster(UChar_t i,Int_t etaindex,AliL3
            <<"Wrong filling "<<binx1<<" "<<binx2<<" "<<i<<" "<<etaclust[etaindex].fStartPad<<" "<<etaclust[etaindex].fEndPad<<ENDLOG;
        }
 #endif
-       if(nextrow[b] > (b + 1)) {
+       if(nextrow[b] > b) {
          Int_t deltab = (nextrow[b] - b - 1);
          b += deltab;
          alpha1 += deltaalpha1*deltab;