00001 #ifndef TrigConf_EtThresholdValue
00002 #define TrigConf_EtThresholdValue
00003
00004 #include "TrigConfL1Data/TriggerThresholdValue.h"
00005
00006 namespace TrigConf {
00007 class EtThresholdValue : public TriggerThresholdValue {
00008 public:
00009 EtThresholdValue();
00010 ~EtThresholdValue();
00011
00012 virtual TriggerThresholdValue* createCopy() const override;
00013
00014 virtual int thresholdValueCount() const override;
00015
00016 virtual void print(const std::string& indent="", unsigned int detail=1) const override;
00017 void writeXML(std::ostream & xmlfile, int indentLevel=0, int indentWidth=2) const override;
00018 };
00019 }
00020
00021 #endif
00022