31 |
|
eta.clear(); |
32 |
|
phi.clear(); |
33 |
|
validhits.clear(); |
34 |
+ |
numberOfMatchedStations.clear(); |
35 |
+ |
numberOfValidMuonHits.clear(); |
36 |
|
normchi2.clear(); |
37 |
|
imp_point_x.clear(); |
38 |
|
imp_point_y.clear(); |
55 |
|
tr_validhits.clear(); |
56 |
|
tr_validpixhits.clear(); |
57 |
|
tr_normchi2.clear(); |
58 |
+ |
tr_d0.clear(); |
59 |
|
tr_imp_point_x.clear(); |
60 |
|
tr_imp_point_y.clear(); |
61 |
|
tr_imp_point_z.clear(); |
134 |
|
time_outin.clear(); |
135 |
|
time_outin_err.clear(); |
136 |
|
|
137 |
+ |
sa_nChambers.clear(); |
138 |
+ |
sa_nMatches.clear(); |
139 |
+ |
|
140 |
+ |
// RECHIT information from CSC: only for standalone/global muons! |
141 |
+ |
rchCSCtype.clear(); |
142 |
+ |
rchPhi.clear(); |
143 |
+ |
rchEta.clear(); |
144 |
|
} |
145 |
|
|
146 |
|
// how many muons of any kind |
156 |
|
std::vector<double> eta; |
157 |
|
std::vector<double> phi; |
158 |
|
std::vector<double> validhits; |
159 |
+ |
std::vector<double> numberOfMatchedStations; |
160 |
+ |
std::vector<double> numberOfValidMuonHits; |
161 |
|
std::vector<double> normchi2; |
162 |
|
std::vector<double> imp_point_x; |
163 |
|
std::vector<double> imp_point_y; |
180 |
|
std::vector<double> tr_validhits; |
181 |
|
std::vector<double> tr_validpixhits; |
182 |
|
std::vector<double> tr_normchi2; |
183 |
+ |
std::vector<double> tr_d0; |
184 |
|
std::vector<double> tr_imp_point_x; |
185 |
|
std::vector<double> tr_imp_point_y; |
186 |
|
std::vector<double> tr_imp_point_z; |
259 |
|
std::vector<double> time_inout_err; |
260 |
|
std::vector<double> time_outin; |
261 |
|
std::vector<double> time_outin_err; |
262 |
+ |
|
263 |
+ |
std::vector<int> sa_nChambers; |
264 |
+ |
std::vector<int> sa_nMatches; |
265 |
+ |
|
266 |
|
|
267 |
+ |
// RECHIT information from CSC: only for standalone/global muons! |
268 |
+ |
std::vector<int> rchCSCtype; |
269 |
+ |
std::vector<double> rchPhi; |
270 |
+ |
std::vector<double> rchEta; |
271 |
|
}; |
272 |
|
} |
273 |
|
#endif |