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

Annotation of /DarthVader/TrackerLevel2/inc/F77/common_tracks.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 *************************************************************************
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