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

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

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

revision 1.2 by pam-fi, Tue Sep 5 12:52:20 2006 UTC revision 1.3 by pam-fi, Thu Oct 26 16:22:37 2006 UTC
# Line 44  c      PARAMETER (PIGR=3.141592654)!???? Line 44  c      PARAMETER (PIGR=3.141592654)!????
44        REAL*8 XM,YM,ZM        REAL*8 XM,YM,ZM
45        REAL*8 XM_A,YM_A!,ZM_A        REAL*8 XM_A,YM_A!,ZM_A
46        REAL*8 XM_B,YM_B!,ZM_B        REAL*8 XM_B,YM_B!,ZM_B
       REAL*8 XGOOD,YGOOD  
47        REAL*8 RESX,RESY        REAL*8 RESX,RESY
48          REAL*8 XGOOD,YGOOD
49  c     REAL*8 DEDXTRK            !(1)  c     REAL*8 DEDXTRK            !(1)
50        REAL*8 DEDXTRK_X          !(1)        REAL*8 DEDXTRK_X          !(1)
51        REAL*8 DEDXTRK_Y          !(1)        REAL*8 DEDXTRK_Y          !(1)
52          REAL*8 ZINI     ! ***PP***
53          REAL*8 PFIXED   ! ***PP***
54          REAL*8 CHI2
55          REAL*8 XV,YV,ZV
56          REAL*8 AXV,AYV
57          REAL*8 COV
58          INTEGER NSTEP
59        INTEGER IDCAND            !(2)        INTEGER IDCAND            !(2)
60        COMMON/TRACK/        COMMON/TRACK/
61       $      AL(5)                                      !track parameters       $      AL(5)                                      !track parameters
# Line 59  c     REAL*8 DEDXTRK            !(1) Line 66  c     REAL*8 DEDXTRK            !(1)
66       $     ,XGOOD(NPLANES),YGOOD(NPLANES)              !mask of included views       $     ,XGOOD(NPLANES),YGOOD(NPLANES)              !mask of included views
67  c     $     ,DEDXTRK(NPLANES)                           !energy release  c     $     ,DEDXTRK(NPLANES)                           !energy release
68       $     ,DEDXTRK_X(NPLANES),DEDXTRK_Y(NPLANES) !(1)       $     ,DEDXTRK_X(NPLANES),DEDXTRK_Y(NPLANES) !(1)
69         $     ,ZINI
70         $     ,PFIXED
71         $     ,CHI2
72         $     ,XV(NPLANES),YV(NPLANES),ZV(NPLANES)
73         $     ,AXV(NPLANES),AYV(NPLANES)
74         $     ,COV(5,5)
75         $     ,NSTEP
76       $     ,IDCAND              !(2) track-candidate ID (to relate some level1 info)       $     ,IDCAND              !(2) track-candidate ID (to relate some level1 info)
77  c******************************************************  c******************************************************
78  cccccc 06/10/2005 modified by elena vannuccini ---> (1)  cccccc 06/10/2005 modified by elena vannuccini ---> (1)
# Line 73  c*************************************** Line 87  c***************************************
87  *     - projected angles  *     - projected angles
88  *     - parameter covariance matrix  *     - parameter covariance matrix
89  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
90        REAL*8 CHI2  c$$$      REAL*8 ZINI     ! ***PP***
91        REAL*8 XV,YV,ZV  c$$$      REAL*8 PFIXED   ! ***PP***
92        REAL*8 AXV,AYV  c$$$      REAL*8 CHI2
93        REAL*8 COV  c$$$      REAL*8 XV,YV,ZV
94        COMMON/FIT_INFO/  c$$$      REAL*8 AXV,AYV
95       $      CHI2  c$$$      REAL*8 COV
96       $     ,XV(NPLANES),YV(NPLANES),ZV(NPLANES)  c$$$      COMMON/FIT_INFO/
97       $     ,AXV(NPLANES),AYV(NPLANES)  c$$$     $      ZINI
98       $     ,COV(5,5)              c$$$     $     ,PFIXED
99    c$$$     $     ,CHI2
100    c$$$     $     ,XV(NPLANES),YV(NPLANES),ZV(NPLANES)
101    c$$$     $     ,AXV(NPLANES),AYV(NPLANES)
102    c$$$     $     ,COV(5,5)            
103    
104    
105    
# Line 94  c*************************************** Line 112  c***************************************
112        REAL*8 CHI2D,CHI2DD       !first and second derivatives of chi^2        REAL*8 CHI2D,CHI2DD       !first and second derivatives of chi^2
113        REAL*8 DXDAL,DYDAL        !first derivatives of x and y on AL-pha        REAL*8 DXDAL,DYDAL        !first derivatives of x and y on AL-pha
114        REAL*8 STEPAL             !        REAL*8 STEPAL             !
115        REAL*8 ZINI               !z coordinate of reference plane  ***PP***      REAL*8 ZINI               !z coordinate of reference plane
116        COMMON/MINICOM/        COMMON/MINICOM/
117       $      CHI2D(5),CHI2DD(5,5)       $      CHI2D(5),CHI2DD(5,5)
118       $     ,DXDAL(NPLANES,5),DYDAL(NPLANES,5)       $     ,DXDAL(NPLANES,5),DYDAL(NPLANES,5)
119       $     ,STEPAL(5)       $     ,STEPAL(5)
120       $     ,ZINI  ***PP***     $     ,ZINI
121  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
122  *     convergence conditions  *     convergence conditions
123        REAL*8 ALTOL              !tolerances on AL-pha parameters        REAL*8 ALTOL              !tolerances on AL-pha parameters

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

  ViewVC Help
Powered by ViewVC 1.1.23