ATLAS Offline Software
Loading...
Searching...
No Matches
XsThresholdValue.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
7#include <iostream>
8
12
17
18void
19TrigConf::XsThresholdValue::print(const std::string& indent, unsigned int /*detail*/) const {
20 std::cout << indent << "-----------------------" << std::endl;
21 std::cout << indent << "XsThresholdValue: " << std::endl;
23 std::cout << indent << "\t Type: " << m_Type << std::endl;
24 std::cout << indent << "\t ptcut: " << m_Ptcut
25 << " count=" << thresholdValueCount() << std::endl;
26}
27
28void
29TrigConf::XsThresholdValue::writeXML(std::ostream & xmlfile, int indentLevel, int indentWidth) const {
30 indent(xmlfile, indentLevel, indentWidth)
31 << "<TriggerThresholdValue em_isolation=\"63\" etamin=\"-49\" etamax=\"49\" had_isolation=\"63\" had_veto=\"63\" name=\"" << name()
32 << "\" phimin=\"0\" phimax=\"64\" priority=\""<< m_Priority
33 << "\" thresholdval=\"" << m_Ptcut
34 << "\" type=\"" << m_Type
35 << "\" window=\"0\"/>"
36 << std::endl;
37}
std::ostream & indent(std::ostream &o, int lvl, int size) const
void printNameIdV(const std::string &indent="") const
virtual void print(const std::string &indent="", unsigned int detail=1) const override
virtual TriggerThresholdValue * createCopy() const override
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const override
static std::vector< std::string > xmlfile
Definition iLumiCalc.h:29