/[PAMELA software]/DarthVader/TrackerLevel2/inc/F77/common_momanhough.f
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/F77/common_momanhough.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri May 19 13:15:53 2006 UTC revision 1.2 by pam-fi, Mon Oct 2 13:12:47 2006 UTC
# Line 17  c     * charge correlation Line 17  c     * charge correlation
17  c      c    
18  c------------------------------------------------------------------------  c------------------------------------------------------------------------
19  *     cut on maximum number of cluster allowed for track finding  *     cut on maximum number of cluster allowed for track finding
20  c      parameter (nclstrmax_level2=10*nplanes)        parameter (nclstrmax_level2=10*nplanes)
21        parameter (nclstrmax_level2=5*nplanes)  c      parameter (nclstrmax_level2=5*nplanes)
22  *     -----------------------------------------------------------  *     -----------------------------------------------------------
23  *     maximum number of couples per plane and total  *     maximum number of couples per plane and total
24  *     (only to dimension the vectors)  *     (only to dimension the vectors)
# Line 29  c      parameter (nclstrmax_level2=10*np Line 29  c      parameter (nclstrmax_level2=10*np
29  *     (if the identified couples exceeds this number the  *     (if the identified couples exceeds this number the
30  *     track identification is not performed and the event is  *     track identification is not performed and the event is
31  *     tagged as not good)  *     tagged as not good)
32        parameter (ncp_max=10*nplanes)  c      parameter (ncp_max=10*nplanes)
33          parameter (ncp_max=20*nplanes)
34  c      parameter (ncp_max=ncouplemaxtot)  c      parameter (ncp_max=ncouplemaxtot)
35    
36  *     -----------------------------------------------------------  *     -----------------------------------------------------------

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23