/[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.3 by pam-fi, Thu Oct 26 16:22:37 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  *     -----------------------------------------------------------  *     -----------------------------------------------------------
# Line 216  c     are referred to the mini notation Line 217  c     are referred to the mini notation
217  c  c
218  c------------------------------------------------------------------------        c------------------------------------------------------------------------      
219    
220    *     -----------------------------------------------------
221    *     default p.f.a.
222    *     used to fit track candidates
223    *     -----------------------------------------------------
224        character*5 PFAdef        character*5 PFAdef
225  c      common/PFAdefault/PFAdef        parameter (PFAdef='COG1')
226        parameter (PFAdef='COG')  
         
227  c------------------------------------------------------------------------  c------------------------------------------------------------------------
228  c     variable related to track selection and fitting  c     variable related to track selection and fitting
229  c------------------------------------------------------------------------  c------------------------------------------------------------------------

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

  ViewVC Help
Powered by ViewVC 1.1.23