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

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

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

revision 1.2 by pam-fi, Thu Sep 28 14:04:39 2006 UTC revision 1.4 by pam-fi, Thu Oct 26 16:22:37 2006 UTC
# Line 21  c*************************************** Line 21  c***************************************
21  *     -----------------------------------------------------  *     -----------------------------------------------------
22  *     cuts on cluster signal  *     cuts on cluster signal
23  *     -----------------------------------------------------  *     -----------------------------------------------------
24        parameter (dedx_x_min=70.)  c      parameter (dedx_x_min=70.)
25        parameter (dedx_y_min=50.)  c      parameter (dedx_y_min=50.)
26          parameter (dedx_x_min=0.)
27          parameter (dedx_y_min=0.)
28    *     -----------------------------------------------------
29    *     cuts on cluster multiplicity
30    *     -----------------------------------------------------
31          parameter (mult_x_max=15)
32          parameter (mult_y_max=15)
33  *     -----------------------------------------------------  *     -----------------------------------------------------
34  *     number of GOOD strips around MAXS  *     number of GOOD strips around MAXS
35  *     (NB this cut has been removed in track fitting but  *     (NB this cut has been removed in track fitting but
36  *     not in calibration)  *     not in calibration)
37    *     now the cut is used to avoid charge correlation
38    *     for clusters with bad strips
39  *     -----------------------------------------------------  *     -----------------------------------------------------
40  *      parameter (ngoodstr=1)    *      parameter (ngoodstr=1)  
41    *      parameter (ngoodstr=2)  
42        parameter (ngoodstr=2)          parameter (ngoodstr=2)  
43    
44  *     -----------------------------------------------------  *     -----------------------------------------------------

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

  ViewVC Help
Powered by ViewVC 1.1.23