ATLAS Offline Software
Loading...
Searching...
No Matches
EtThresholdValue.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_EtThresholdValue
6#define TrigConf_EtThresholdValue
7
9
10namespace TrigConf {
12 public:
14 virtual ~EtThresholdValue() override = default;
15
16 virtual TriggerThresholdValue* createCopy() const override;
17
18 virtual int thresholdValueCount() const override;
19
20 virtual void print(const std::string& indent="", unsigned int detail=1) const override;
21 virtual void writeXML(std::ostream & xmlfile, int indentLevel=0, int indentWidth=2) const override;
22 };
23}
24
25#endif
26
virtual int thresholdValueCount() const override
virtual TriggerThresholdValue * createCopy() const override
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
virtual ~EtThresholdValue() override=default
std::ostream & indent(std::ostream &o, int lvl, int size) const
static std::vector< std::string > xmlfile
Definition iLumiCalc.h:29
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22