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

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

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

revision 1.5 by pam-fi, Fri Feb 16 14:56:01 2007 UTC revision 1.7 by pam-fi, Mon Aug 20 16:07:15 2007 UTC
# Line 70  c--------------------------------------- Line 70  c---------------------------------------
70        parameter (RESYAV=14.5e-4)        parameter (RESYAV=14.5e-4)
71        parameter (RESXAV=4.e-4)        parameter (RESXAV=4.e-4)
72    
73          parameter (ADCsatx=80)    !saturation limit x-side
74          parameter (ADCsaty=2980)  !saturation limit y-side
75    c      parameter (ADCsatx=2000)    !saturation limit x-side
76    c      parameter (ADCsaty=2000)  !saturation limit y-side
77          
78          
79        parameter (pmuH_h=297.61)  ! Hall mobility - holes     - cm**2 V-1 s-1        parameter (pmuH_h=297.61)  ! Hall mobility - holes     - cm**2 V-1 s-1
80        parameter (pmuH_e=1258.18) ! Hall mobility - electrons - cm**2 V-1 s-1        parameter (pmuH_e=1258.18) ! Hall mobility - electrons - cm**2 V-1 s-1
81    
# Line 78  c     common to control messages on stan Line 84  c     common to control messages on stan
84  c--------------------------------------------------------------------------  c--------------------------------------------------------------------------
85  c      INTEGER DBUG  c      INTEGER DBUG
86  c      INTEGER VRBS  c      INTEGER VRBS
87        LOGICAL DEBUG  c$$$      LOGICAL DEBUG
88        LOGICAL VERBOSE  c$$$      LOGICAL VERBOSE
89        LOGICAL WARNING  c$$$      LOGICAL WARNING
90        COMMON/DBG/DEBUG,VERBOSE,WARNING        INTEGER debug
91        SAVE/DBG/        INTEGER verbose
92          INTEGER warning
93          COMMON/dbg/debug,verbose,warning
94          SAVE/dbg/

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

  ViewVC Help
Powered by ViewVC 1.1.23