30 |
|
phSe.clear(); |
31 |
|
phSt.clear(); |
32 |
|
phAng.clear(); |
33 |
+ |
phGlobPhi.clear(); /// |
34 |
|
phBandAng.clear(); |
35 |
|
phCode.clear(); |
36 |
|
phX.clear(); |
55 |
|
trPtPck.clear(); |
56 |
|
trPtVal.clear(); |
57 |
|
trPhiPck.clear(); |
58 |
< |
trPhiVal.clear(); |
58 |
> |
trPhiVal.clear(); |
59 |
> |
trEtaPck.clear(); |
60 |
> |
trEtaVal.clear(); |
61 |
|
trPhiGlob.clear(); |
62 |
|
trChPck.clear(); |
63 |
|
trWh.clear(); |
64 |
|
trSc.clear(); |
65 |
< |
|
65 |
> |
trAddress.clear(); |
66 |
> |
|
67 |
|
thTheta.Clear(); |
68 |
|
thCode.Clear(); |
69 |
|
} |
71 |
|
// ---- L1AnalysisDTTFDataFormat information. |
72 |
|
|
73 |
|
int phSize; |
74 |
< |
std::vector<int> phBx; |
75 |
< |
std::vector<int> phWh; |
76 |
< |
std::vector<int> phSe; |
77 |
< |
std::vector<int> phSt; |
78 |
< |
std::vector<float> phAng; |
79 |
< |
std::vector<float> phBandAng; |
80 |
< |
std::vector<int> phCode; |
81 |
< |
std::vector<float> phX; |
82 |
< |
std::vector<float> phY; |
74 |
> |
std::vector<int> phBx; |
75 |
> |
std::vector<int> phWh; |
76 |
> |
std::vector<int> phSe; |
77 |
> |
std::vector<int> phSt; |
78 |
> |
std::vector<float> phAng; |
79 |
> |
std::vector<double> phGlobPhi; |
80 |
> |
std::vector<float> phBandAng; |
81 |
> |
std::vector<int> phCode; |
82 |
> |
std::vector<float> phX; |
83 |
> |
std::vector<float> phY; |
84 |
|
|
85 |
|
int thSize; |
86 |
|
std::vector<int> thBx; |
101 |
|
std::vector<float> trPtVal; |
102 |
|
std::vector<int> trPhiPck; |
103 |
|
std::vector<float> trPhiVal; |
104 |
+ |
std::vector<int> trEtaPck; |
105 |
+ |
std::vector<float> trEtaVal; |
106 |
|
std::vector<double>trPhiGlob; |
107 |
|
std::vector<int> trChPck; |
108 |
|
std::vector<int> trWh; |
109 |
|
std::vector<int> trSc; |
110 |
< |
|
110 |
> |
std::vector<unsigned int> trAddress; |
111 |
|
}; |
112 |
|
} |
113 |
|
#endif |