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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Oct 27 16:08:18 2006 UTC (18 years, 1 month ago) by pam-fi
Branch: MAIN
CVS Tags: v2r01, v3r00
Changes since 1.3: +2 -1 lines
new version of the Hough transform

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

  ViewVC Help
Powered by ViewVC 1.1.23