/[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.9 by pam-fi, Tue Nov 27 11:43:50 2007 UTC revision 1.13 by pam-fi, Thu Dec 4 14:33:48 2008 UTC
# Line 44  c      PARAMETER (PIGR=3.141592654)!???? Line 44  c      PARAMETER (PIGR=3.141592654)!????
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
48        REAL*8 XM_B,YM_B!,ZM_B        REAL*8 XM_B,YM_B,ZM_B
49        REAL*8 RESX,RESY        REAL*8 RESX,RESY
50        REAL*8 TAILX,TAILY        REAL*8 TAILX,TAILY
51        REAL*8 XGOOD,YGOOD        REAL*8 XGOOD,YGOOD
# Line 65  c      PARAMETER (PIGR=3.141592654)!???? Line 65  c      PARAMETER (PIGR=3.141592654)!????
65        COMMON/TRACK/        COMMON/TRACK/
66       $      AL(5)                                      !track parameters       $      AL(5)                                      !track parameters
67       $     ,XM(NPLANES),YM(NPLANES),ZM(NPLANES)        !couple    => xyz point       $     ,XM(NPLANES),YM(NPLANES),ZM(NPLANES)        !couple    => xyz point
68       $     ,XM_A(NPLANES),YM_A(NPLANES)!,ZM_A(NPLANES) !single cl => segment AB       $     ,XM_A(NPLANES),YM_A(NPLANES),ZM_A(NPLANES)  !single cl => segment AB
69       $     ,XM_B(NPLANES),YM_B(NPLANES)!,ZM_B(NPLANES) !       $     ,XM_B(NPLANES),YM_B(NPLANES),ZM_B(NPLANES)  !
70       $     ,RESX(NPLANES),RESY(NPLANES)                !spatial resolution       $     ,RESX(NPLANES),RESY(NPLANES)                !spatial resolution
71       $     ,TAILX(NPLANES),TAILY(NPLANES)              !tails in the resolution       $     ,TAILX(NPLANES),TAILY(NPLANES)              !tails in the resolution
72       $     ,XGOOD(NPLANES),YGOOD(NPLANES)              !mask of included views       $     ,XGOOD(NPLANES),YGOOD(NPLANES)              !mask of included views
# Line 151  c$$$     $     ,COV(5,5)             Line 151  c$$$     $     ,COV(5,5)            
151    
152  *     -------------------------------------------------------------------------  *     -------------------------------------------------------------------------
153  *     variables for the DeltaB coorection  *     variables for the DeltaB coorection
154        REAL*8 DELTA0,DELTA1        ! DELTA-DEF = DELTA0 + DELTA1 x Y        REAL*8 DELTA0,DELTA1,DLT        ! DELTA-DEF = DELTA0 + DELTA1 x Y
155        COMMON/DELTAB/DELTA0,DELTA1        COMMON/DELTAB/DELTA0,DELTA1,DLT
156            
157            

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23