CMS 3D CMS Logo

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