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

Annotation of /tracker/ground/source/common/common_align.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 8 15:00:38 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 pam-fi 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     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