18 const int TriggerThresholdValue::fgCaloClusterOff = 0xff;
19 const int TriggerThresholdValue::fgCaloJetOff = 0x3ff;
20 const int TriggerThresholdValue::fgCaloEtSumOff = 0x7fff;
21 const int TriggerThresholdValue::fgCaloEtMissOff = 0x7fff;
22 const int TriggerThresholdValue::fgCaloJetEtOff = 0x33e6;
23 const int TriggerThresholdValue::fgCaloIsolationOff = 0x3f;
29 TriggerThresholdValue::setCaloInfo(
const CaloInfo& ci) {
31 fgCaloInfoPointer = &fgCaloInfo;
35 TriggerThresholdValue::caloInfo()
const {
42 if (fgCaloInfoPointer)
43 return fgCaloInfoPointer->globalScale();
49 float x = caloGlobalScaleCountToGeV();
58 return caloGlobalScale();
68 , m_WindowSize( JetWindowSize::
NONE )
82 return ( eta >=
etamin() && eta <= etamax() &&
83 phi >= phimin() && phi <= phimax());
88 cout <<
indent <<
"-----------------------" << endl;
89 cout <<
indent <<
"TriggerThresholdValue: " << endl;
90 cout <<
indent <<
"\t id: " <<
id() << endl;
91 cout <<
indent <<
"\t Name: " <<
name() << endl;
93 cout <<
indent <<
"\t Priority: " << m_Priority << endl;
94 cout <<
indent <<
"\t Type: " << m_Type << endl;
95 cout <<
indent <<
"\t ptcut: " << m_Ptcut << endl;
100 indent(xmlfile, indentLevel, indentWidth)
101 <<
"<TriggerThresholdValue " << m_Type <<
" NOT IMPLEMENTED/>"