/[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.3 - (show annotations) (download)
Fri Apr 11 13:44:37 2008 UTC (16 years, 7 months ago) by pam-fi
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, v10REDr01, v6r01, v6r00, HEAD
Changes since 1.2: +2 -2 lines
...

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 double precision omega(6,3,2) !Z axis rotation angle (plane, ladder, sensor)
13 double precision beta(6,3,2) !X axis rotation angle
14 double precision gamma(6,3,2) !Y axis rotation angle
15 double precision dx(6,3,2) !X translations
16 double precision dy(6,3,2) !Y translations
17 double precision dz(6,3,2) !Z translations
18
19 common/alignparameters/omega,beta,gamma,dx,dy,dz
20
21 save/alignparameters/

  ViewVC Help
Powered by ViewVC 1.1.23