--- DarthVader/TrackerLevel2/inc/F77/commontracker.f 2006/09/05 12:52:20 1.3 +++ DarthVader/TrackerLevel2/inc/F77/commontracker.f 2007/08/20 16:07:15 1.7 @@ -45,6 +45,7 @@ parameter (SiDimX=53330.) !Si sensor dimensions in um parameter (SiDimY=70000.) + parameter (SiDimZ=300.) * edges of the sensitive areas, in X and Y parameter (edgeX_l=731.5) ! X side @@ -66,14 +67,28 @@ ! the other side parameter (glue=30.) !distance between the two sensors in a ladder in um + parameter (RESYAV=14.5e-4) + parameter (RESXAV=4.e-4) + + parameter (ADCsatx=80) !saturation limit x-side + parameter (ADCsaty=2980) !saturation limit y-side +c parameter (ADCsatx=2000) !saturation limit x-side +c parameter (ADCsaty=2000) !saturation limit y-side + + + parameter (pmuH_h=297.61) ! Hall mobility - holes - cm**2 V-1 s-1 + parameter (pmuH_e=1258.18) ! Hall mobility - electrons - cm**2 V-1 s-1 c-------------------------------------------------------------------------- c common to control messages on standard output c-------------------------------------------------------------------------- c INTEGER DBUG c INTEGER VRBS - LOGICAL DEBUG - LOGICAL VERBOSE - LOGICAL WARNING - COMMON/DBG/DEBUG,VERBOSE,WARNING - SAVE/DBG/ +c$$$ LOGICAL DEBUG +c$$$ LOGICAL VERBOSE +c$$$ LOGICAL WARNING + INTEGER debug + INTEGER verbose + INTEGER warning + COMMON/dbg/debug,verbose,warning + SAVE/dbg/