54 |
|
trPtPck.clear(); |
55 |
|
trPtVal.clear(); |
56 |
|
trPhiPck.clear(); |
57 |
< |
trPhiVal.clear(); |
57 |
> |
trPhiVal.clear(); |
58 |
> |
trEtaPck.clear(); |
59 |
> |
trEtaVal.clear(); |
60 |
|
trPhiGlob.clear(); |
61 |
|
trChPck.clear(); |
62 |
|
trWh.clear(); |
69 |
|
// ---- L1AnalysisDTTFDataFormat information. |
70 |
|
|
71 |
|
int phSize; |
72 |
< |
std::vector<int> phBx; |
73 |
< |
std::vector<int> phWh; |
74 |
< |
std::vector<int> phSe; |
75 |
< |
std::vector<int> phSt; |
76 |
< |
std::vector<float> phAng; |
77 |
< |
std::vector<float> phBandAng; |
78 |
< |
std::vector<int> phCode; |
79 |
< |
std::vector<float> phX; |
80 |
< |
std::vector<float> phY; |
72 |
> |
std::vector<int> phBx; |
73 |
> |
std::vector<int> phWh; |
74 |
> |
std::vector<int> phSe; |
75 |
> |
std::vector<int> phSt; |
76 |
> |
std::vector<float> phAng; |
77 |
> |
std::vector<double> phGlobPhi; |
78 |
> |
std::vector<float> phBandAng; |
79 |
> |
std::vector<int> phCode; |
80 |
> |
std::vector<float> phX; |
81 |
> |
std::vector<float> phY; |
82 |
|
|
83 |
|
int thSize; |
84 |
|
std::vector<int> thBx; |
99 |
|
std::vector<float> trPtVal; |
100 |
|
std::vector<int> trPhiPck; |
101 |
|
std::vector<float> trPhiVal; |
102 |
< |
std::vector<int> trPhiGlob; |
102 |
> |
std::vector<int> trEtaPck; |
103 |
> |
std::vector<float> trEtaVal; |
104 |
> |
std::vector<double>trPhiGlob; |
105 |
|
std::vector<int> trChPck; |
106 |
|
std::vector<int> trWh; |
107 |
|
std::vector<int> trSc; |
108 |
< |
|
108 |
> |
std::vector<unsigned int> trAddress; |
109 |
|
}; |
110 |
|
} |
111 |
|
#endif |