|
|
Go to the documentation of this file.
167 myCout <<
"\n Condition name: " <<
m_condName << std::endl;
171 myCout <<
" Condition category: "
173 <<
" - it means not defined!" << std::endl;
178 myCout <<
" Condition category: "
179 <<
"l1t::CondMuon" << std::endl;
184 myCout <<
" Condition category: "
185 <<
"l1t::CondCalo" << std::endl;
190 myCout <<
" Condition category: "
191 <<
"CondEnergySum" << std::endl;
196 myCout <<
" Condition category: "
197 <<
"CondCorrelation" << std::endl;
202 myCout <<
" Condition category: "
203 <<
"CondCorrelationThreeBody" << std::endl;
208 myCout <<
" Condition category: "
209 <<
"CondCorrelationWithOverlapRemoval" << std::endl;
214 myCout <<
" Condition category: "
215 <<
"CondExternal" << std::endl;
221 <<
" - no such category defined. Check l1t::GtConditionCategory enum." << std::endl;
228 myCout <<
" Condition type: "
230 <<
" - it means not defined!" << std::endl;
235 myCout <<
" Condition type: "
236 <<
"l1t::Type1s" << std::endl;
241 myCout <<
" Condition type: "
242 <<
"l1t::Type2s" << std::endl;
247 myCout <<
" Condition type: "
248 <<
"l1t::Type2corWithOverlapRemoval" << std::endl;
253 myCout <<
" Condition type: "
254 <<
"l1t::Type2wsc" << std::endl;
259 myCout <<
" Condition type: "
260 <<
"l1t::Type2cor" << std::endl;
265 myCout <<
" Condition type: "
266 <<
"l1t::Type3s" << std::endl;
271 myCout <<
" Condition type: "
272 <<
"l1t::Type4s" << std::endl;
277 myCout <<
" Condition type: "
278 <<
"TypeETM" << std::endl;
283 myCout <<
" Condition type: "
284 <<
"TypeETT" << std::endl;
289 myCout <<
" Condition type: "
290 <<
"TypeHTT" << std::endl;
295 myCout <<
" Condition type: "
296 <<
"TypeHTM" << std::endl;
301 myCout <<
" Condition type: "
302 <<
"TypeETMHF" << std::endl;
307 myCout <<
" Condition type: "
308 <<
"TypeTowerCount" << std::endl;
313 myCout <<
" Condition type: "
314 <<
"TypeMinBiasHFP0" << std::endl;
319 myCout <<
" Condition type: "
320 <<
"TypeMinBiasHFM0" << std::endl;
325 myCout <<
" Condition type: "
326 <<
"TypeMinBiasHFP1" << std::endl;
331 myCout <<
" Condition type: "
332 <<
"TypeMinBiasHFM1" << std::endl;
337 myCout <<
" Condition type: "
338 <<
"TypeETTem" << std::endl;
343 myCout <<
" Condition type: "
344 <<
"TypeAsymEt" << std::endl;
349 myCout <<
" Condition type: "
350 <<
"TypeAsymHt" << std::endl;
355 myCout <<
" Condition type: "
356 <<
"TypeAsymEtHF" << std::endl;
361 myCout <<
" Condition type: "
362 <<
"TypeAsymHtHF" << std::endl;
367 myCout <<
" Condition type: "
368 <<
"TypeCent0" << std::endl;
373 myCout <<
" Condition type: "
374 <<
"TypeCent1" << std::endl;
379 myCout <<
" Condition type: "
380 <<
"TypeCent2" << std::endl;
385 myCout <<
" Condition type: "
386 <<
"TypeCent3" << std::endl;
391 myCout <<
" Condition type: "
392 <<
"TypeCent4" << std::endl;
397 myCout <<
" Condition type: "
398 <<
"TypeCent5" << std::endl;
403 myCout <<
" Condition type: "
404 <<
"TypeCent6" << std::endl;
409 myCout <<
" Condition type: "
410 <<
"TypeCent7" << std::endl;
415 myCout <<
" Condition type: "
416 <<
"TypeExternal" << std::endl;
421 myCout <<
" Condition type: " <<
m_condType <<
" - no such type defined. Check l1t::GtConditionType enum."
426 myCout <<
" Object types: ";
479 myCout <<
" TowerCount ";
484 myCout <<
" MinBiasHFP0 ";
489 myCout <<
" MinBiasHFM0 ";
494 myCout <<
" MinBiasHFP1 ";
499 myCout <<
" MinBiasHFM1 ";
509 myCout <<
" AsymmetryEt ";
514 myCout <<
" AsymmetryHt ";
519 myCout <<
" AsymmetryEtHF ";
524 myCout <<
" AsymmetryHtHF ";
529 myCout <<
" Centrality0 ";
534 myCout <<
" Centrality1 ";
539 myCout <<
" Centrality2 ";
544 myCout <<
" Centrality3 ";
549 myCout <<
" Centrality4 ";
554 myCout <<
" Centrality5 ";
559 myCout <<
" Centrality6 ";
564 myCout <<
" Centrality7 ";
570 myCout <<
" External ";
582 myCout <<
" \" >= \" flag: " <<
m_condGEq << std::endl;
587 myCout <<
" - not properly initialized! ";
virtual void print(std::ostream &myCout) const
print condition
std::ostream & operator<<(std::ostream &os, const GlobalCondition &result)
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
std::string m_condName
the name of the condition
const int nrObjects() const
get number of trigger objects
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
GtConditionCategory
condition categories
const bool corrThree() const
get logic flag for three-body conditions, trigger objects are muons
virtual ~GlobalCondition()
destructor