12 |
parameter (wcorr=1.0) |
parameter (wcorr=1.0) |
13 |
PARAMETER (MIP2GEV=0.0001059994) |
PARAMETER (MIP2GEV=0.0001059994) |
14 |
PARAMETER (PI=3.14159265358979324) |
PARAMETER (PI=3.14159265358979324) |
15 |
PARAMETER (calwidth=24.2) |
CC PARAMETER (calwidth=24.2) |
16 |
|
PARAMETER (calwidth=24.1) |
17 |
PARAMETER (ztopx=-26.18) |
PARAMETER (ztopx=-26.18) |
18 |
PARAMETER (ztopy=-26.76) |
PARAMETER (ztopy=-26.76) |
19 |
PARAMETER (zbotx=-45.17) |
PARAMETER (zbotx=-45.17) |
502 |
nwaf=int((nstrip-1)/32) !what wafer (0-2) |
nwaf=int((nstrip-1)/32) !what wafer (0-2) |
503 |
wstr=mod(nstrip-1,32) !what strip in the wafer (0-31) |
wstr=mod(nstrip-1,32) !what strip in the wafer (0-31) |
504 |
wpos=0.096+0.122+wstr*0.244 !the position of the strip center in the wafer |
wpos=0.096+0.122+wstr*0.244 !the position of the strip center in the wafer |
505 |
pos=wpos+nwaf*8.0005-12.0005 !the position in the plane (oigo shifted to center of plane) |
c pos=wpos+nwaf*8.0005-12.0005 !the position in the plane (oigo shifted to center of plane) |
506 |
|
pos=wpos+nwaf*8.0505-12.0005 !the position in the plane (oigo shifted to center of plane) |
507 |
|
|
508 |
c Calculate z position and add x-y-offset depending on the plane number |
c Calculate z position and add x-y-offset depending on the plane number |
509 |
|
|