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

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

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

revision 1.9 by pam-fi, Fri Aug 17 14:36:05 2007 UTC revision 1.11 by pam-fi, Wed Aug 22 07:03:45 2007 UTC
# Line 27  c$$$      real incuty Line 27  c$$$      real incuty
27  c$$$     $     ,clcutx,clcuty  c$$$     $     ,clcutx,clcuty
28  c$$$     $     ,incutx,incuty  c$$$     $     ,incutx,incuty
29    
30          save/sw/
31    
32  c------------------------------------------------------------------------  c------------------------------------------------------------------------
33  c      c    
34  c     pedestal, sigma and badstrip variables  c     pedestal, sigma and badstrip variables
# Line 87  c     eta2, eta3, eta4 pfa correction pa Line 89  c     eta2, eta3, eta4 pfa correction pa
89  c      c    
90  c------------------------------------------------------------------------  c------------------------------------------------------------------------
91  *     angular binning  *     angular binning
 *     NB the angular binning is defined in common_preanalysis.f  
 *     here are defned variables to retrieve calibration info  
 *     (for processing levels next to 1)  
92        parameter (nangmax=21)    !maximum number of angular bins        parameter (nangmax=21)    !maximum number of angular bins
93        integer nangbin        integer nangbin
94        real angL(nangmax),angR(nangmax) !Left and Right bin limits        real angL(nangmax),angR(nangmax) !Left and Right bin limits
# Line 103  c--------------------------------------- Line 102  c---------------------------------------
102        real eta4(netavalmax,nangmax)        real eta4(netavalmax,nangmax)
103        real feta4(netavalmax,nviews,nladders_view,nangmax)        real feta4(netavalmax,nviews,nladders_view,nangmax)
104        real fcorr(nviews,nladders_view,nangmax)        real fcorr(nviews,nladders_view,nangmax)
105    *     limit of application of pfa
106          real e2fax,e2tax,e3fax,e3tax,e4fax,e4tax
107          real e2fay,e2tay,e3fay,e3tay,e4fay,e4tay
108          
109    
110  c$$$      common/angbinning/nangbin,angL,angR  c$$$      common/angbinning/nangbin,angL,angR
111  c$$$      save/angbinning/  c$$$      save/angbinning/
# Line 112  c$$$      save/pfa/ Line 115  c$$$      save/pfa/
115        common/pfa/nangbin,angL,angR        common/pfa/nangbin,angL,angR
116       $     ,netaval,eta2,feta2,eta3,feta3,eta4,feta4       $     ,netaval,eta2,feta2,eta3,feta3,eta4,feta4
117       $     ,fcorr       $     ,fcorr
118         $     ,e2fax,e2tax,e3fax,e3tax,e4fax,e4tax
119         $     ,e2fay,e2tay,e3fay,e3tay,e4fay,e4tay
120        save/pfa/        save/pfa/
121    
122  *     limit of application of pfa  c$$$*     limit of application of pfa
123        parameter (e2fax=0.)  c$$$      parameter (e2fax=0.)
124        parameter (e2tax=10.)  c$$$      parameter (e2tax=10.)
125        parameter (e3fax=10.)  c$$$      parameter (e3fax=10.)
126        parameter (e3tax=15.)  c$$$      parameter (e3tax=15.)
127        parameter (e4fax=90.)  c$$$      parameter (e4fax=90.)
128        parameter (e4tax=90.)  c$$$      parameter (e4tax=90.)
129    c$$$
130        parameter (e2fay=0.)  c$$$      parameter (e2fay=0.)
131        parameter (e2tay=20.)  c$$$      parameter (e2tay=20.)
132        parameter (e3fay=90.)  c$$$      parameter (e3fay=90.)
133        parameter (e3tay=90.)  c$$$      parameter (e3tay=90.)
134        parameter (e4fay=90.)  c$$$      parameter (e4fay=90.)
135        parameter (e4tay=90.)  c$$$      parameter (e4tay=90.)
136    
137  c------------------------------------------------------------------------  c------------------------------------------------------------------------
138  c      c    

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

  ViewVC Help
Powered by ViewVC 1.1.23