--- DarthVader/TrackerLevel2/inc/F77/common_momanhough.f 2006/05/19 13:15:53 1.1 +++ DarthVader/TrackerLevel2/inc/F77/common_momanhough.f 2006/10/02 13:12:47 1.2 @@ -17,8 +17,8 @@ c c------------------------------------------------------------------------ * cut on maximum number of cluster allowed for track finding -c parameter (nclstrmax_level2=10*nplanes) - parameter (nclstrmax_level2=5*nplanes) + parameter (nclstrmax_level2=10*nplanes) +c parameter (nclstrmax_level2=5*nplanes) * ----------------------------------------------------------- * maximum number of couples per plane and total * (only to dimension the vectors) @@ -29,7 +29,8 @@ * (if the identified couples exceeds this number the * track identification is not performed and the event is * tagged as not good) - parameter (ncp_max=10*nplanes) +c parameter (ncp_max=10*nplanes) + parameter (ncp_max=20*nplanes) c parameter (ncp_max=ncouplemaxtot) * -----------------------------------------------------------