/[PAMELA software]/DarthVader/TrackerLevel2/inc/F77/common_xyzPAM.f
ViewVC logotype

Annotation of /DarthVader/TrackerLevel2/inc/F77/common_xyzPAM.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Fri May 19 13:15:53 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: DarthVader, MAIN
CVS Tags: v0r01, v0r02, v5r00, v4r00, v2r01, v10RED, v1r01beta, start, v9r00, v9r01, v1r00, v1r01, v10REDr01, v3r04, v3r05, v3r06, v3r00, v3r03, v6r01, v6r00, v2r00BETA, HEAD
Changes since 1.1: +0 -0 lines
Imported sources

1 mocchiut 1.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