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 
12 
13 //typedef CastorCondObjectContainer<CastorChannelStatus> CastorChannelQuality;
14 
15 class CastorChannelQuality: public CastorCondObjectContainer<CastorChannelStatus>
16 {
17  public:
19 
20  std::string myname() const {return (std::string)"CastorChannelQuality";}
21 
22  private:
23 };
24 
25 
26 #endif
27 
std::string myname() const