/[PAMELA software]/tracker/ground/source/common/common_xyzPAM.f
ViewVC logotype

Contents of /tracker/ground/source/common/common_xyzPAM.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Mar 8 15:00:39 2006 UTC (18 years, 9 months ago) by pam-fi
Branch: MAIN, trk-ground
CVS Tags: R3v02, HEAD
Changes since 1.1: +0 -0 lines
First CVS release of tracker ground software (R3v02) 

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

  ViewVC Help
Powered by ViewVC 1.1.23