|
ATLAS Offline Software
|
Go to the documentation of this file.
61 cout <<
indent <<
"--------------------" << endl;
62 cout <<
indent <<
"JetThresholdValue: " << endl;
63 cout <<
indent <<
"\t id: " <<
id() << endl;
64 cout <<
indent <<
"\t Name: " <<
name() << endl;
66 cout <<
indent <<
"\t Type: " << m_Type << endl;
67 cout <<
indent <<
"\t Priority: " << m_Priority << endl;
68 cout <<
indent <<
"\t ptcut: " << m_Ptcut
69 <<
" count=" << thresholdValueCount() << endl;
70 cout <<
indent <<
"\t window: " << m_Window << endl;
71 cout <<
indent <<
"\t phi_min: " << m_PhiMin << endl;
72 cout <<
indent <<
"\t phi_max: " << m_PhiMax << endl;
73 cout <<
indent <<
"\t eta_min: " << m_EtaMin << endl;
74 cout <<
indent <<
"\t eta_max: " << m_EtaMax << endl;
79 indent(xmlfile, indentLevel, indentWidth)
80 <<
"<TriggerThresholdValue"
81 <<
" em_isolation=\"63\""
82 <<
" etamin=\"" << m_EtaMin <<
"\""
83 <<
" etamax=\"" << m_EtaMax <<
"\""
84 <<
" had_isolation=\"63\""
86 <<
" name=\"" <<
name() <<
"\""
87 <<
" phimin=\"" << m_PhiMin <<
"\""
88 <<
" phimax=\"" << m_PhiMax <<
"\""
89 <<
" priority=\"" << m_Priority <<
"\""
90 <<
" thresholdval=\"" << m_Ptcut <<
"\""
91 <<
" type=\"" << m_Type <<
"\""
92 <<
" window=\"" << m_Window <<
"\""
93 <<
" windowSize=\"" << windowSizeAsString() <<
"\"" <<
"/>"
virtual void print(const std::string &indent="", unsigned int detail=1) const override
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const override
std::string windowSizeAsString() const
virtual JetWindowSize::Size windowSize() const override
JetWindowSize::Size m_WindowSize
Forward iterator to traverse the main components of the trigger configuration.
virtual TriggerThresholdValue * createCopy() const override
static const int fgCaloJetOff
float globalJetScale() const
const CaloInfo & caloInfo() const
virtual int thresholdValueCount() const override
unsigned int window() const