CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorGains.h
Go to the documentation of this file.
1 #ifndef CastorGains_h
2 #define CastorGains_h
3 
13 
14 //typedef CastorCondObjectContainer<CastorGain> CastorGains;
15 
16 class CastorGains: public CastorCondObjectContainer<CastorGain>
17 {
18  public:
20 
21  std::string myname() const {return (std::string)"CastorGains";}
22 
23  private:
24 };
25 
26 #endif
std::string myname() const
Definition: CastorGains.h:21