--- DarthVader/TrackerLevel2/inc/F77/momanhough_init.f 2006/09/28 14:04:39 1.2 +++ DarthVader/TrackerLevel2/inc/F77/momanhough_init.f 2006/10/02 13:12:47 1.3 @@ -21,14 +21,19 @@ * ----------------------------------------------------- * 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.) * ----------------------------------------------------- * 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) * -----------------------------------------------------