Go to the documentation of this file.00001 #ifndef HcalZSThresholds_h
00002 #define HcalZSThresholds_h
00003
00004
00005
00006
00007
00008
00009
00010 #include "CondFormats/HcalObjects/interface/HcalCondObjectContainer.h"
00011 #include "CondFormats/HcalObjects/interface/HcalZSThreshold.h"
00012
00013
00014
00015 class HcalZSThresholds: public HcalCondObjectContainer<HcalZSThreshold>
00016 {
00017 public:
00018 HcalZSThresholds():HcalCondObjectContainer<HcalZSThreshold>() {}
00019
00020 std::string myname() const {return (std::string)"HcalZSThresholds";}
00021
00022 private:
00023 };
00024
00025 #endif