CMS 3D CMS Logo

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 public:
20 
21  std::string myname() const { return (std::string) "CastorChannelQuality"; }
22 
23 private:
25 };
26 
27 #endif
std::string myname() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39