1 |
mocchiut |
1.1 |
c------------------------------------------------------------------------ |
2 |
|
|
c coordinates of silicon sensors centres in PAMELA reference frame in mm |
3 |
|
|
c------------------------------------------------------------------------ |
4 |
|
|
real x_mech_sensor(nplanes,nladders_view,2) !mechanical project coordinates |
5 |
|
|
real y_mech_sensor(nplanes,nladders_view,2) ! of silicon sensors centres |
6 |
|
|
real z_mech_sensor(nplanes,nladders_view,2) ! (plane, ladder, sensor) in |
7 |
|
|
! millimeters |
8 |
|
|
common/mechanical_positions/x_mech_sensor,y_mech_sensor |
9 |
|
|
$ ,z_mech_sensor |
10 |
|
|
|
11 |
|
|
|
12 |
|
|
real fitz(nplanes) !z coordinates of the planes in cm |
13 |
|
|
common/z_mech/fitz |