ATLAS Offline Software
MuonThresholdValue.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TrigConf_MuonThresholdValue
6 #define TrigConf_MuonThresholdValue
7 
9 
10 namespace TrigConf {
12  public:
14  virtual ~MuonThresholdValue() override = default;
15 
16  virtual TriggerThresholdValue* createCopy() const override;
17 
18  virtual void print(const std::string& indent="", unsigned int detail=1) const override;
19  virtual void writeXML(std::ostream & xmlfile, int indentLevel=0, int indentWidth=2) const override;
20  };
21 }
22 #endif
23 
TrigConf::TriggerThresholdValue
Definition: TriggerThresholdValue.h:22
detail
Definition: extract_histogram_tag.cxx:14
TrigConf::MuonThresholdValue::MuonThresholdValue
MuonThresholdValue()
Definition: MuonThresholdValue.cxx:10
TrigConf::MuonThresholdValue::createCopy
virtual TriggerThresholdValue * createCopy() const override
Definition: MuonThresholdValue.cxx:15
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition: Config.h:22
TrigConf::MuonThresholdValue::~MuonThresholdValue
virtual ~MuonThresholdValue() override=default
TriggerThresholdValue.h
TrigConf::MuonThresholdValue
Definition: MuonThresholdValue.h:11
TrigConf::MuonThresholdValue::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition: MuonThresholdValue.cxx:20
TrigConf::TrigConfData::indent
std::ostream & indent(std::ostream &o, int lvl, int size) const
Definition: TrigConfData.cxx:23
TrigConf::MuonThresholdValue::writeXML
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const override
Definition: MuonThresholdValue.cxx:33