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 |
+ |
// Trigger matching information: |
146 |
+ |
hlt_isomu.clear(); |
147 |
+ |
hlt_mu.clear(); |
148 |
+ |
hlt_isoDeltaR.clear(); |
149 |
+ |
hlt_deltaR.clear(); |
150 |
+ |
|
151 |
+ |
|
152 |
|
} |
153 |
|
|
154 |
|
// how many muons of any kind |
164 |
|
std::vector<double> eta; |
165 |
|
std::vector<double> phi; |
166 |
|
std::vector<double> validhits; |
167 |
+ |
std::vector<double> numberOfMatchedStations; |
168 |
+ |
std::vector<double> numberOfValidMuonHits; |
169 |
|
std::vector<double> normchi2; |
170 |
|
std::vector<double> imp_point_x; |
171 |
|
std::vector<double> imp_point_y; |
188 |
|
std::vector<double> tr_validhits; |
189 |
|
std::vector<double> tr_validpixhits; |
190 |
|
std::vector<double> tr_normchi2; |
191 |
+ |
std::vector<double> tr_d0; |
192 |
|
std::vector<double> tr_imp_point_x; |
193 |
|
std::vector<double> tr_imp_point_y; |
194 |
|
std::vector<double> tr_imp_point_z; |
267 |
|
std::vector<double> time_inout_err; |
268 |
|
std::vector<double> time_outin; |
269 |
|
std::vector<double> time_outin_err; |
270 |
+ |
|
271 |
+ |
std::vector<int> sa_nChambers; |
272 |
+ |
std::vector<int> sa_nMatches; |
273 |
+ |
|
274 |
|
|
275 |
+ |
// RECHIT information from CSC: only for standalone/global muons! |
276 |
+ |
std::vector<int> rchCSCtype; |
277 |
+ |
std::vector<double> rchPhi; |
278 |
+ |
std::vector<double> rchEta; |
279 |
+ |
|
280 |
+ |
// Trigger matching information: |
281 |
+ |
std::vector<int> hlt_isomu; |
282 |
+ |
std::vector<int> hlt_mu; |
283 |
+ |
std::vector<double> hlt_isoDeltaR; |
284 |
+ |
std::vector<double> hlt_deltaR; |
285 |
+ |
|
286 |
|
}; |
287 |
|
} |
288 |
|
#endif |