157 myCout <<
"\n Condition name: " <<
m_condName << std::endl;
161 myCout <<
" Condition category: " 163 <<
" - it means not defined!" << std::endl;
168 myCout <<
" Condition category: " 169 <<
"l1t::CondMuon" << std::endl;
174 myCout <<
" Condition category: " 175 <<
"l1t::CondCalo" << std::endl;
180 myCout <<
" Condition category: " 181 <<
"CondEnergySum" << std::endl;
186 myCout <<
" Condition category: " 187 <<
"CondCorrelation" << std::endl;
192 myCout <<
" Condition category: " 193 <<
"CondCorrelationWithOverlapRemoval" << std::endl;
198 myCout <<
" Condition category: " 199 <<
"CondExternal" << std::endl;
205 <<
" - no such category defined. Check l1t::GtConditionCategory enum." << std::endl;
212 myCout <<
" Condition type: " 214 <<
" - it means not defined!" << std::endl;
219 myCout <<
" Condition type: " 220 <<
"l1t::Type1s" << std::endl;
225 myCout <<
" Condition type: " 226 <<
"l1t::Type2s" << std::endl;
231 myCout <<
" Condition type: " 232 <<
"l1t::Type2corWithOverlapRemoval" << std::endl;
237 myCout <<
" Condition type: " 238 <<
"l1t::Type2wsc" << std::endl;
243 myCout <<
" Condition type: " 244 <<
"l1t::Type2cor" << std::endl;
249 myCout <<
" Condition type: " 250 <<
"l1t::Type3s" << std::endl;
255 myCout <<
" Condition type: " 256 <<
"l1t::Type4s" << std::endl;
261 myCout <<
" Condition type: " 262 <<
"TypeETM" << std::endl;
267 myCout <<
" Condition type: " 268 <<
"TypeETT" << std::endl;
273 myCout <<
" Condition type: " 274 <<
"TypeHTT" << std::endl;
279 myCout <<
" Condition type: " 280 <<
"TypeHTM" << std::endl;
285 myCout <<
" Condition type: " 286 <<
"TypeETMHF" << std::endl;
291 myCout <<
" Condition type: " 292 <<
"TypeTowerCount" << std::endl;
297 myCout <<
" Condition type: " 298 <<
"TypeMinBiasHFP0" << std::endl;
303 myCout <<
" Condition type: " 304 <<
"TypeMinBiasHFM0" << std::endl;
309 myCout <<
" Condition type: " 310 <<
"TypeMinBiasHFP1" << std::endl;
315 myCout <<
" Condition type: " 316 <<
"TypeMinBiasHFM1" << std::endl;
321 myCout <<
" Condition type: " 322 <<
"TypeETTem" << std::endl;
327 myCout <<
" Condition type: " 328 <<
"TypeAsymEt" << std::endl;
333 myCout <<
" Condition type: " 334 <<
"TypeAsymHt" << std::endl;
339 myCout <<
" Condition type: " 340 <<
"TypeAsymEtHF" << std::endl;
345 myCout <<
" Condition type: " 346 <<
"TypeAsymHtHF" << std::endl;
351 myCout <<
" Condition type: " 352 <<
"TypeCent0" << std::endl;
357 myCout <<
" Condition type: " 358 <<
"TypeCent1" << std::endl;
363 myCout <<
" Condition type: " 364 <<
"TypeCent2" << std::endl;
369 myCout <<
" Condition type: " 370 <<
"TypeCent3" << std::endl;
375 myCout <<
" Condition type: " 376 <<
"TypeCent4" << std::endl;
381 myCout <<
" Condition type: " 382 <<
"TypeCent5" << std::endl;
387 myCout <<
" Condition type: " 388 <<
"TypeCent6" << std::endl;
393 myCout <<
" Condition type: " 394 <<
"TypeCent7" << std::endl;
399 myCout <<
" Condition type: " 400 <<
"TypeExternal" << std::endl;
405 myCout <<
" Condition type: " <<
m_condType <<
" - no such type defined. Check l1t::GtConditionType enum." 410 myCout <<
" Object types: ";
463 myCout <<
" TowerCount ";
468 myCout <<
" MinBiasHFP0 ";
473 myCout <<
" MinBiasHFM0 ";
478 myCout <<
" MinBiasHFP1 ";
483 myCout <<
" MinBiasHFM1 ";
493 myCout <<
" AsymmetryEt ";
498 myCout <<
" AsymmetryHt ";
503 myCout <<
" AsymmetryEtHF ";
508 myCout <<
" AsymmetryHtHF ";
513 myCout <<
" Centrality0 ";
518 myCout <<
" Centrality1 ";
523 myCout <<
" Centrality2 ";
528 myCout <<
" Centrality3 ";
533 myCout <<
" Centrality4 ";
538 myCout <<
" Centrality5 ";
543 myCout <<
" Centrality6 ";
548 myCout <<
" Centrality7 ";
554 myCout <<
" External ";
558 default: { myCout <<
" Unknown type " <<
m_objectType[
i]; }
break;
564 myCout <<
" \" >= \" flag: " <<
m_condGEq << std::endl;
568 if (m_condChipNr < 0) {
569 myCout <<
" - not properly initialized! ";
const int nrObjects() const
get number of trigger objects
friend std::ostream & operator<<(std::ostream &, const GlobalCondition &)
output stream operator
bool m_condGEq
the operator used for the condition (>=, =): true for >=
virtual ~GlobalCondition()
destructor
GtConditionCategory
condition categories
std::string m_condName
the name of the condition
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
virtual void print(std::ostream &myCout) const
print condition
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
l1t::GtConditionType m_condType
the type of the condition (1s, etc)