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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri May 19 13:15:53 2006 UTC (18 years, 6 months ago) by mocchiut
Branch point for: DarthVader, MAIN
Initial revision

1 mocchiut 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