103 bool hasJetWeights(
false);
105 if(jw!=0) hasJetWeights =
true;
111 <<
"<JetWeight num=\"" << num++ <<
"\" weight=\""<< jw <<
"\"/>" << endl;
118 <<
"<Isolation thrtype=\"HAIsoForEMthr\">" << endl;
120 isop.writeXML(
xmlfile, indentLevel+2, indentWidth);
122 <<
"</Isolation>" << endl;
125 <<
"<Isolation thrtype=\"EMIsoForEMthr\">" << endl;
127 isop.writeXML(
xmlfile, indentLevel+2, indentWidth);
129 <<
"</Isolation>" << endl;
132 <<
"<Isolation thrtype=\"EMIsoForTAUthr\">" << endl;
134 isop.writeXML(
xmlfile, indentLevel+2, indentWidth);
136 <<
"</Isolation>" << endl;
140 <<
"<MinimumTOBPt thrtype=\"EM\" ptmin=\"" <<
m_tobEM.ptmin <<
"\" etamin=\"" <<
m_tobEM.etamin <<
"\" etamax=\"" <<
m_tobEM.etamax <<
"\" priority=\"" <<
m_tobEM.priority <<
"\"/>" << endl;
142 <<
"<MinimumTOBPt thrtype=\"TAU\" ptmin=\"" <<
m_tobTau.ptmin <<
"\" etamin=\"" <<
m_tobTau.etamin <<
"\" etamax=\"" <<
m_tobTau.etamax <<
"\" priority=\"" <<
m_tobTau.priority <<
"\"/>" << endl;
149 indent(
xmlfile, indentLevel, indentWidth) <<
"</CaloInfo>" << endl;