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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 8 15:00:39 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_tracks.f
4     *
5     * to be included in:
6     * - ../align/prealign.f
7     * -...and other stuff
8     *
9     *************************************************************************
10    
11    
12     c------------------------------------------------------------------------
13     c good clusters common
14     c------------------------------------------------------------------------
15     c$$$ integer cl_view(nviews) !number of good clusters per view
16     c$$$ integer jc(nviews,nclstrmax) !matrix containing good clusters indexes
17     c$$$
18     c$$$ common/good_cl/cl_view,jc
19    
20     c------------------------------------------------------------------------
21     c coordinates of silicon sensors centres in PAMELA reference frame in mm
22     c------------------------------------------------------------------------
23     real x_mech_sensor(nplanes,nladders_view,2) !mechanical project coordinates
24     real y_mech_sensor(nplanes,nladders_view,2) ! of silicon sensors centres
25     real z_mech_sensor(nplanes,nladders_view,2) ! (plane, ladder, sensor) in
26     ! millimeters
27     common/mechanical_positions/x_mech_sensor,y_mech_sensor
28     $ ,z_mech_sensor

  ViewVC Help
Powered by ViewVC 1.1.23