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

Contents of /DarthVader/TrackerLevel2/inc/F77/common_align.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri May 19 13:15:52 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: DarthVader
CVS Tags: v0r01, v0r02, v2r01, v1r01beta, start, v1r00, v1r01, v3r04, v3r05, v3r06, v3r00, v3r03, v2r00BETA
Changes since 1.1: +0 -0 lines
Imported sources

1 ****************************************************************************
2 *
3 * Common common_align.f
4 *
5 * to be included in:
6 * - ../align/align.f subroutine fcnalign
7 * - ../momentum/moment.f
8 *
9 ****************************************************************************
10
11 c silicon sensors alignment parameters:
12 real omega(6,3,2) !Z axis rotation angle (plane, ladder, sensor)
13 real beta(6,3,2) !X axis rotation angle
14 real gamma(6,3,2) !Y axis rotation angle
15 real dx(6,3,2) !X translations
16 real dy(6,3,2) !Y translations
17 real dz(6,3,2) !Z translations
18
19 common/align_parameters/omega,beta,gamma,dx,dy,dz
20
21

  ViewVC Help
Powered by ViewVC 1.1.23