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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri May 19 13:15:52 2006 UTC revision 1.2 by bongi, Tue Sep 4 15:44:29 2007 UTC
# Line 9  Line 9 
9  ****************************************************************************  ****************************************************************************
10    
11  c     silicon sensors alignment parameters:  c     silicon sensors alignment parameters:
12        real omega(6,3,2)  !Z axis rotation angle (plane, ladder, sensor)        double precision omega(6,3,2)  !Z axis rotation angle (plane, ladder, sensor)
13        real beta(6,3,2)   !X axis rotation angle        double precision beta(6,3,2)   !X axis rotation angle
14        real gamma(6,3,2)  !Y axis rotation angle        double precision gamma(6,3,2)  !Y axis rotation angle
15        real dx(6,3,2)     !X translations        double precision dx(6,3,2)     !X translations
16        real dy(6,3,2)     !Y translations        double precision dy(6,3,2)     !Y translations
17        real dz(6,3,2)     !Z translations        double precision dz(6,3,2)     !Z translations
18    
19        common/align_parameters/omega,beta,gamma,dx,dy,dz        common/align_parameters/omega,beta,gamma,dx,dy,dz
20    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23