/[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.1 by mocchiut, Fri May 19 13:15:53 2006 UTC revision 1.3 by pam-fi, Mon Oct 2 13:12:47 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  *     number of GOOD strips around MAXS  *     number of GOOD strips around MAXS
30  *     (NB this cut has been removed in track fitting but  *     (NB this cut has been removed in track fitting but
31  *     not in calibration)  *     not in calibration)
32    *     now the cut is used to avoid charge correlation
33    *     for clusters with bad strips
34  *     -----------------------------------------------------  *     -----------------------------------------------------
35  *      parameter (ngoodstr=1)    *      parameter (ngoodstr=1)  
36    *      parameter (ngoodstr=2)  
37        parameter (ngoodstr=2)          parameter (ngoodstr=2)  
38    
39  *     -----------------------------------------------------  *     -----------------------------------------------------
# Line 65  c*************************************** Line 70  c***************************************
70  *     -----------------------------------------------------  *     -----------------------------------------------------
71  c      parameter (cutdistyz=10.) !y0 / tg theta_yz space  c      parameter (cutdistyz=10.) !y0 / tg theta_yz space
72  c      parameter (cutdistxz=30.) !x0 / tg theta_xz space  c      parameter (cutdistxz=30.) !x0 / tg theta_xz space
73        parameter (cutdistyz=20.) !y0 / tg theta_yz space   !(2)  c      parameter (cutdistyz=20.) !y0 / tg theta_yz space   !(2)
74        parameter (cutdistxz=60.) !x0 / tg theta_xz space   !(2)  c      parameter (cutdistxz=60.) !x0 / tg theta_xz space   !(2)
75          parameter (cutdistyz=30.) !y0 / tg theta_yz space   !(2)
76          parameter (cutdistxz=90.) !x0 / tg theta_xz space   !(2)
77  *     (NB deflection is not considered in the selection criteria)  *     (NB deflection is not considered in the selection criteria)
78    
79  *     --------------------------------------------------  *     --------------------------------------------------

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

  ViewVC Help
Powered by ViewVC 1.1.23