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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Sep 4 15:44:29 2007 UTC (17 years, 3 months ago) by bongi
Branch: MAIN
CVS Tags: v5r00, v4r00
Changes since 1.1: +6 -6 lines
real to double precision change

1 mocchiut 1.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 bongi 1.2 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 mocchiut 1.1
19     common/align_parameters/omega,beta,gamma,dx,dy,dz
20    
21    

  ViewVC Help
Powered by ViewVC 1.1.23