48 |
real ys !center coord of single y |
real ys !center coord of single y |
49 |
real sgnlys !signal in MIP of single y |
real sgnlys !signal in MIP of single y |
50 |
integer clsy !cluster ID (to associate level2 and level1) |
integer clsy !cluster ID (to associate level2 and level1) |
51 |
|
integer multmaxx !cluster multiplicity and max strip |
52 |
|
integer multmaxy !cluster multiplicity and max strip |
53 |
|
real seedx !cluster seed |
54 |
|
real seedy !cluster seed |
55 |
|
real xpu !cluster coordinate in pitch units |
56 |
|
real ypu !cluster coordinate in pitch units |
57 |
|
|
58 |
common/level2event/ |
common/level2event/ |
59 |
$ good2(12) |
$ good2(12) |
89 |
$ ,dedx_y(nplanes,NTRKMAX) |
$ ,dedx_y(nplanes,NTRKMAX) |
90 |
$ ,cltrx(nplanes,NTRKMAX) |
$ ,cltrx(nplanes,NTRKMAX) |
91 |
$ ,cltry(nplanes,NTRKMAX) |
$ ,cltry(nplanes,NTRKMAX) |
92 |
|
$ ,multmaxx(nplanes,NTRKMAX) |
93 |
|
$ ,multmaxy(nplanes,NTRKMAX) |
94 |
|
$ ,seedx(nplanes,NTRKMAX) |
95 |
|
$ ,seedy(nplanes,NTRKMAX) |
96 |
|
$ ,xpu(nplanes,NTRKMAX) |
97 |
|
$ ,ypu(nplanes,NTRKMAX) |
98 |
|
|
99 |
SAVE/level2event/ |
SAVE/level2event/ |
100 |
********************************************************* |
********************************************************* |