CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorChannelQuality.h
Go to the documentation of this file.
1 #ifndef CastorChannelQuality_h
2 #define CastorChannelQuality_h
3 
11 
14 
15 //typedef CastorCondObjectContainer<CastorChannelStatus> CastorChannelQuality;
16 
17 class CastorChannelQuality: public CastorCondObjectContainer<CastorChannelStatus>
18 {
19  public:
21 
22  std::string myname() const {return (std::string)"CastorChannelQuality";}
23 
24  private:
25 
27 };
28 
29 
30 #endif
31 
std::string myname() const
#define COND_SERIALIZABLE
Definition: Serializable.h:37