1 |
mocchiut |
1.1 |
************************************************************************* |
2 |
|
|
* |
3 |
|
|
* Common common_tracks.f |
4 |
|
|
* |
5 |
|
|
* to be included in: |
6 |
|
|
* - ../align/prealign.f |
7 |
|
|
* -...and other stuff |
8 |
|
|
* |
9 |
|
|
************************************************************************* |
10 |
|
|
|
11 |
|
|
|
12 |
|
|
c------------------------------------------------------------------------ |
13 |
|
|
c good clusters common |
14 |
|
|
c------------------------------------------------------------------------ |
15 |
|
|
c$$$ integer cl_view(nviews) !number of good clusters per view |
16 |
|
|
c$$$ integer jc(nviews,nclstrmax) !matrix containing good clusters indexes |
17 |
|
|
c$$$ |
18 |
|
|
c$$$ common/good_cl/cl_view,jc |
19 |
|
|
|
20 |
|
|
c------------------------------------------------------------------------ |
21 |
|
|
c coordinates of silicon sensors centres in PAMELA reference frame in mm |
22 |
|
|
c------------------------------------------------------------------------ |
23 |
|
|
real x_mech_sensor(nplanes,nladders_view,2) !mechanical project coordinates |
24 |
|
|
real y_mech_sensor(nplanes,nladders_view,2) ! of silicon sensors centres |
25 |
|
|
real z_mech_sensor(nplanes,nladders_view,2) ! (plane, ladder, sensor) in |
26 |
|
|
! millimeters |
27 |
|
|
common/mechanical_positions/x_mech_sensor,y_mech_sensor |
28 |
|
|
$ ,z_mech_sensor |