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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Mar 8 15:00:38 2006 UTC (18 years, 9 months ago) by pam-fi
Branch point for: MAIN, trk-ground
Initial revision

1 pam-fi 1.1 c------------------------------------------------------------------------
2     c coordinates of silicon sensors centres in PAMELA reference frame in mm
3     c------------------------------------------------------------------------
4     real x_mech_sensor(nplanes,nladders_view,2) !mechanical project coordinates
5     real y_mech_sensor(nplanes,nladders_view,2) ! of silicon sensors centres
6     real z_mech_sensor(nplanes,nladders_view,2) ! (plane, ladder, sensor) in
7     ! millimeters
8     common/mechanical_positions/x_mech_sensor,y_mech_sensor
9     $ ,z_mech_sensor
10    
11    
12     real fitz(nplanes) !z coordinates of the planes in cm
13     common/z_mech/fitz

  ViewVC Help
Powered by ViewVC 1.1.23