--- DarthVader/TrackerLevel2/inc/F77/momanhough_init.f 2006/05/19 13:15:53 1.1.1.1 +++ DarthVader/TrackerLevel2/inc/F77/momanhough_init.f 2006/10/27 17:03:18 1.5 @@ -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) * ----------------------------------------------------- @@ -65,8 +75,10 @@ * ----------------------------------------------------- c parameter (cutdistyz=10.) !y0 / tg theta_yz space c parameter (cutdistxz=30.) !x0 / tg theta_xz space - parameter (cutdistyz=20.) !y0 / tg theta_yz space !(2) - parameter (cutdistxz=60.) !x0 / tg theta_xz space !(2) +c parameter (cutdistyz=20.) !y0 / tg theta_yz space !(2) +c parameter (cutdistxz=60.) !x0 / tg theta_xz space !(2) + parameter (cutdistyz=30.) !y0 / tg theta_yz space !(2) + parameter (cutdistxz=90.) !x0 / tg theta_xz space !(2) * (NB deflection is not considered in the selection criteria) * --------------------------------------------------