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 
12 
15 
16 //typedef CastorCondObjectContainer<CastorGainWidth> CastorGainWidths;
17 
18 class CastorGainWidths: public CastorCondObjectContainer<CastorGainWidth>
19 {
20  public:
22 
23  std::string myname() const {return (std::string)"CastorGainWidths";}
24 
25  private:
26 
28 };
29 
30 #endif
std::string myname() const
#define COND_SERIALIZABLE
Definition: Serializable.h:37