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 |
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 |