]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3HoughTransformerRow.cxx
Minor change in the cuts for the HT
[u/mrichter/AliRoot.git] / HLT / hough / AliL3HoughTransformerRow.cxx
index 6851f79f446872cff8c45bdf8d10a30156b0522b..12a095d01fa728bff274d76c33e58e0ada49ef8a 100644 (file)
@@ -446,7 +446,7 @@ void AliL3HoughTransformerRow::CreateHistograms(Int_t nxbin,Float_t xmin,Float_t
                  if((maxlastrow-maxfirstrow) < fTrackNRows[xbin + ybin*nxbins]) {
                    fTrackNRows[xbin + ybin*nxbins] = maxlastrow-maxfirstrow;
                    fInitialGapCount[xbin + ybin*nxbins] = 1;
-                   if((maxlastrow-maxfirstrow+1)<MIN_TRACK_LENGTH)
+                   if((maxlastrow-maxfirstrow+1)<=MIN_TRACK_LENGTH)
                      fInitialGapCount[xbin + ybin*nxbins] = MAX_N_GAPS+1;
                    if(maxtrackpt < 0.9*0.1*AliL3Transform::GetSolenoidField())
                      fInitialGapCount[xbin + ybin*nxbins] = MAX_N_GAPS;