/[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.6 by pam-fi, Fri Apr 27 10:39:57 2007 UTC revision 1.7 by pam-fi, Mon May 14 11:03:05 2007 UTC
# Line 40  c      PARAMETER (PIGR=3.141592654)!???? Line 40  c      PARAMETER (PIGR=3.141592654)!????
40  *     (All the needed quantities for couples and singlets can be evaluated  *     (All the needed quantities for couples and singlets can be evaluated
41  *     by means of the routine xyz_PAM)  *     by means of the routine xyz_PAM)
42  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
43    
44    
45        REAL*8 AL        REAL*8 AL
46        REAL*8 XM,YM,ZM        REAL*8 XM,YM,ZM
47        REAL*8 XM_A,YM_A!,ZM_A        REAL*8 XM_A,YM_A!,ZM_A
# Line 84  cccccc 06/10/2005 modified by elena vann Line 86  cccccc 06/10/2005 modified by elena vann
86  cccccc 17/08/2006 modified by elena vannuccini ---> (2)  cccccc 17/08/2006 modified by elena vannuccini ---> (2)
87  c******************************************************  c******************************************************
88    
89    
90  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
91  *     The FIT info includes:  *     The FIT info includes:
92  *     - REDUCED chi2  *     - REDUCED chi2
# Line 108  c$$$     $     ,COV(5,5)             Line 111  c$$$     $     ,COV(5,5)            
111    
112    
113    
   
   
114  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
115  *     Other commons needed by the minimization procedures:  *     Other commons needed by the minimization procedures:
116  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
# Line 123  c$$$     $     ,COV(5,5)             Line 124  c$$$     $     ,COV(5,5)            
124       $     ,DXDAL(NPLANES,5),DYDAL(NPLANES,5)       $     ,DXDAL(NPLANES,5),DYDAL(NPLANES,5)
125       $     ,STEPAL(5)       $     ,STEPAL(5)
126  ***PP***     $     ,ZINI  ***PP***     $     ,ZINI
127    
128  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
129  *     convergence conditions  *     convergence conditions
130        REAL*8 ALTOL              !tolerances on AL-pha parameters        REAL*8 ALTOL              !tolerances on AL-pha parameters
# Line 132  c$$$     $     ,COV(5,5)             Line 134  c$$$     $     ,COV(5,5)            
134       $      ALTOL(5)       $      ALTOL(5)
135       $     ,ALMAX(5),ALMIN(5)       $     ,ALMAX(5),ALMIN(5)
136       $     ,ISTEPMAX       $     ,ISTEPMAX
137    
138    
139  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
140  *     variables for the tracking (routine posxy)  *     variables for the tracking (routine posxy)
141        REAL*8 VECT,VECTINI,VOUT  !vectors for Runge-Kutta method        REAL*8 VECT,VECTINI,VOUT  !vectors for Runge-Kutta method

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23