]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor change in the cuts for the HT
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Apr 2005 05:18:20 +0000 (05:18 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 1 Apr 2005 05:18:20 +0000 (05:18 +0000)
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;