00001 #ifndef TrigConf_XsThresholdValue
00002 #define TrigConf_XsThresholdValue
00003
00004 #include "TrigConfL1Data/TriggerThresholdValue.h"
00005
00006 namespace TrigConf {
00007 class XsThresholdValue : public TriggerThresholdValue {
00008 public:
00009 XsThresholdValue();
00010 ~XsThresholdValue();
00011
00012 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
00019 #endif
00020