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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Fri Apr 27 10:39:57 2007 UTC (17 years, 7 months ago) by pam-fi
Branch: MAIN
CVS Tags: v3r04, v3r05, v3r06, v3r03
Changes since 1.4: +12 -6 lines
v3r00: new hough parameters, new variables, and other things...

1 mocchiut 1.1 *************************************************************************
2     *
3     * Common level2.f
4     *
5     * contains LEVEL2 ntuple variables definitions
6     *
7     *************************************************************************
8    
9     PARAMETER (NTRKMAX=10) !
10 pam-fi 1.4 PARAMETER (NSINGMAX=nclstrmax)
11 mocchiut 1.1
12 pam-fi 1.3 integer good2
13 pam-fi 1.5 integer vkflag !viking-chip flag (-1:masked 0:CN-failure 1:ok)
14 mocchiut 1.1 integer ntrk !# identified tracks
15     integer image !flag to tag track-images
16     real al_nt !track state vector
17     real coval !covariance matrix
18     integer xgood_nt !mask of used planes
19     integer ygood_nt !*
20 pam-fi 1.5 integer ls !10*ladder+sensor
21     integer xbad !number of bad strips
22     integer ybad !"
23 mocchiut 1.1 real xm_nt !measured points
24     real ym_nt !*
25     real zm_nt !*
26     real resx_nt !spatial resolution
27     real resy_nt !*
28 pam-fi 1.5 real tailx_nt !spatial resolution
29     real taily_nt !*
30 mocchiut 1.1 real chi2_nt !chi2
31 pam-fi 1.3 integer nstep_nt !chi2
32 mocchiut 1.1 real xv_nt !calculated points
33     real yv_nt !*
34     real zv_nt !*
35     real axv_nt !calculated angles (deg)
36     real ayv_nt !*
37     real dedx_x !signal in MIP scaled to 300 micrometer
38     real dedx_y !signal in MIP scaled to 300 micrometer
39 pam-fi 1.2 integer cltrx !cluster ID (to associate level2 and level1)
40     integer cltry !cluster ID (to associate level2 and level1)
41 mocchiut 1.1 integer nclsx !# unassociated clusters X views
42     integer planex !plane of single x
43     real xs !center coord of single x
44     real sgnlxs !signal in MIP of single x
45 pam-fi 1.2 integer clsx !cluster ID (to associate level2 and level1)
46 mocchiut 1.1 integer nclsy ! " " Y views
47     integer planey !plane of single y
48     real ys !center coord of single y
49     real sgnlys !signal in MIP of single y
50 pam-fi 1.2 integer clsy !cluster ID (to associate level2 and level1)
51 mocchiut 1.1
52     common/level2event/
53 pam-fi 1.3 $ good2(12)
54 pam-fi 1.5 $ ,vkflag(12,24)
55 pam-fi 1.2 $ ,nclsx,planex(NSINGMAX),xs(2,NSINGMAX),sgnlxs(NSINGMAX)
56     $ ,clsx(NSINGMAX)
57     $ ,nclsy,planey(NSINGMAX),ys(2,NSINGMAX),sgnlys(NSINGMAX)
58     $ ,clsy(NSINGMAX)
59 mocchiut 1.1 $ ,ntrk
60     $ ,image(NTRKMAX)
61     $ ,xm_nt(nplanes,NTRKMAX)
62     $ ,ym_nt(nplanes,NTRKMAX)
63     $ ,zm_nt(nplanes,NTRKMAX)
64     $ ,resx_nt(nplanes,NTRKMAX)
65     $ ,resy_nt(nplanes,NTRKMAX)
66 pam-fi 1.5 $ ,tailx_nt(nplanes,NTRKMAX)
67     $ ,taily_nt(nplanes,NTRKMAX)
68 mocchiut 1.1 $ ,al_nt(5,NTRKMAX)
69     $ ,coval(5,5,NTRKMAX)
70     $ ,chi2_nt(NTRKMAX)
71 pam-fi 1.3 $ ,nstep_nt(NTRKMAX)
72 mocchiut 1.1 $ ,xgood_nt(nplanes,NTRKMAX)
73     $ ,ygood_nt(nplanes,NTRKMAX)
74 pam-fi 1.5 $ ,ls(nplanes,NTRKMAX)
75     $ ,xbad(nplanes,NTRKMAX)
76     $ ,ybad(nplanes,NTRKMAX)
77 mocchiut 1.1 $ ,xv_nt(nplanes,NTRKMAX)
78     $ ,yv_nt(nplanes,NTRKMAX)
79     $ ,zv_nt(nplanes,NTRKMAX)
80     $ ,axv_nt(nplanes,NTRKMAX)
81     $ ,ayv_nt(nplanes,NTRKMAX)
82     $ ,dedx_x(nplanes,NTRKMAX)
83     $ ,dedx_y(nplanes,NTRKMAX)
84 pam-fi 1.2 $ ,cltrx(nplanes,NTRKMAX)
85     $ ,cltry(nplanes,NTRKMAX)
86 mocchiut 1.1
87     SAVE/level2event/
88     *********************************************************
89    

  ViewVC Help
Powered by ViewVC 1.1.23