/[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.10 by pam-fi, Mon Aug 20 16:07:15 2007 UTC revision 1.11 by pam-fi, Wed Aug 22 07:03:45 2007 UTC
# Line 102  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
# Line 113  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.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23