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