--- DarthVader/TrackerLevel2/inc/F77/momanhough_init.f 2006/09/28 14:04:39 1.2 +++ DarthVader/TrackerLevel2/inc/F77/momanhough_init.f 2006/10/26 16:22:37 1.4 @@ -21,14 +21,24 @@ * ----------------------------------------------------- * cuts on cluster signal * ----------------------------------------------------- - parameter (dedx_x_min=70.) - parameter (dedx_y_min=50.) +c parameter (dedx_x_min=70.) +c parameter (dedx_y_min=50.) + parameter (dedx_x_min=0.) + parameter (dedx_y_min=0.) +* ----------------------------------------------------- +* cuts on cluster multiplicity +* ----------------------------------------------------- + parameter (mult_x_max=15) + parameter (mult_y_max=15) * ----------------------------------------------------- * number of GOOD strips around MAXS * (NB this cut has been removed in track fitting but * not in calibration) +* now the cut is used to avoid charge correlation +* for clusters with bad strips * ----------------------------------------------------- * parameter (ngoodstr=1) +* parameter (ngoodstr=2) parameter (ngoodstr=2) * -----------------------------------------------------