1 |
|
2 |
c------------------------------------------------------------------------ |
3 |
c coordinates of a X-Y COUPLE in the PAMELA reference in cm |
4 |
c------------------------------------------------------------------------ |
5 |
|
6 |
double precision xPAM,yPAM,zPAM |
7 |
common/coord_xyz_PAM/xPAM,yPAM,zPAM |
8 |
|
9 |
c------------------------------------------------------------------------ |
10 |
c coordinates the extremes AB of the segment |
11 |
c corresponding to a SINGLET in the PAMELA reference in cm |
12 |
c------------------------------------------------------------------------ |
13 |
|
14 |
double precision xPAM_A,yPAM_A,zPAM_A |
15 |
double precision xPAM_B,yPAM_B,zPAM_B |
16 |
common/coord_AB_PAM/xPAM_A,yPAM_A,zPAM_A,xPAM_B,yPAM_B,zPAM_B |
17 |
|
18 |
|
19 |
c------------------------------------------------------------------------ |
20 |
c spatial resolutions associated to the couple/singlet in cm |
21 |
c ( spat. res. is in principle a function of the angle, |
22 |
c the multiplicity, the used PFA and so on...): |
23 |
c |
24 |
c COUPLE => both resxPAM and resyPAM are assigned |
25 |
c SINGLET => only one of the two is assigned |
26 |
c------------------------------------------------------------------------ |
27 |
|
28 |
double precision resxPAM,resyPAM |
29 |
common/resolution_PAM/resxPAM,resyPAM |