00001 #ifndef CastorGains_h 00002 #define CastorGains_h 00003 00011 #include "CondFormats/CastorObjects/interface/CastorCondObjectContainer.h" 00012 #include "CondFormats/CastorObjects/interface/CastorGain.h" 00013 00014 //typedef CastorCondObjectContainer<CastorGain> CastorGains; 00015 00016 class CastorGains: public CastorCondObjectContainer<CastorGain> 00017 { 00018 public: 00019 CastorGains():CastorCondObjectContainer<CastorGain>() {} 00020 00021 std::string myname() const {return (std::string)"CastorGains";} 00022 00023 private: 00024 }; 00025 00026 #endif