| 45 |
|
|
| 46 |
parameter (SiDimX=53330.) !Si sensor dimensions in um |
parameter (SiDimX=53330.) !Si sensor dimensions in um |
| 47 |
parameter (SiDimY=70000.) |
parameter (SiDimY=70000.) |
| 48 |
|
parameter (SiDimZ=300.) |
| 49 |
|
|
| 50 |
* edges of the sensitive areas, in X and Y |
* edges of the sensitive areas, in X and Y |
| 51 |
parameter (edgeX_l=731.5) ! X side |
parameter (edgeX_l=731.5) ! X side |
| 67 |
! the other side |
! the other side |
| 68 |
parameter (glue=30.) !distance between the two sensors in a ladder in um |
parameter (glue=30.) !distance between the two sensors in a ladder in um |
| 69 |
|
|
| 70 |
|
parameter (RESYAV=14.5e-4) |
| 71 |
|
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 |
| 80 |
|
parameter (pmuH_e=1258.18) ! Hall mobility - electrons - cm**2 V-1 s-1 |
| 81 |
|
|
| 82 |
c-------------------------------------------------------------------------- |
c-------------------------------------------------------------------------- |
| 83 |
c common to control messages on standard output |
c common to control messages on standard output |
| 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/ |