/[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.4 by pam-fi, Fri Oct 27 16:08:18 2006 UTC revision 1.5 by pam-fi, Thu Nov 2 11:21:36 2006 UTC
# Line 34  c      parameter (nclstrmax_level2=5*npl Line 34  c      parameter (nclstrmax_level2=5*npl
34  *     (only to dimension the vectors)  *     (only to dimension the vectors)
35  c      parameter (ncouplemax=2*(nclstrmax_level2/nplanes)**2)  c      parameter (ncouplemax=2*(nclstrmax_level2/nplanes)**2)
36  c      parameter (ncouplemaxtot=ncouplemax*nplanes)  c      parameter (ncouplemaxtot=ncouplemax*nplanes)
37         parameter (ncouplemax=nclustermax*nclustermax)         parameter (ncouplemax    = nclustermax*nclustermax)
38         parameter (ncouplemaxtot=ncouplemax*nplanes)         parameter (ncouplemaxtot = ncouplemax*nplanes)
39  *     -----------------------------------------------------------  *     -----------------------------------------------------------
40  *     maximum number of STORED couples  *     maximum number of STORED couples
41  *     (if the identified couples exceeds this number the  *     (if the identified couples exceeds this number the
# Line 43  c      parameter (ncouplemaxtot=ncouplem Line 43  c      parameter (ncouplemaxtot=ncouplem
43  *     tagged as not good)  *     tagged as not good)
44  c      parameter (ncp_max=10*nplanes)  c      parameter (ncp_max=10*nplanes)
45  c      parameter (ncp_max=10*nplanes)  c      parameter (ncp_max=10*nplanes)
46        parameter (ncp_max=ncouplemaxtot)  c      parameter (ncp_max        = ncouplemaxtot)
47    
48    
49    
# Line 51  c      parameter (ncp_max=10*nplanes) Line 51  c      parameter (ncp_max=10*nplanes)
51  *     mask of views  *     mask of views
52  *     0 = ok  *     0 = ok
53  *     1 = n.clusters > nclustermax  *     1 = n.clusters > nclustermax
54    *     2 = n.couples  > ncouplemax
55    *     3 = n.doublets > ndblt_max
56    *     4 = n.triplets > ntrpt_max
57    *     5 = n.clouds yz > ncloyz_max
58    *     6 = n.clouds xz > ncloxz_max
59    *     7 = n.track candidates > NTRACKSMAX
60        integer mask_view(nviews)        integer mask_view(nviews)
61        common/maskview/mask_view        common/maskview/mask_view
62    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23