CMS 3D CMS Logo

HcalChannelQuality.h
Go to the documentation of this file.
1 #ifndef HcalChannelQuality_h
2 #define HcalChannelQuality_h
3 
11 
14 
15 //typedef HcalCondObjectContainer<HcalChannelStatus> HcalChannelQuality;
16 
17 class HcalChannelQuality : public HcalCondObjectContainer<HcalChannelStatus> {
18 public:
19 #ifndef HCAL_COND_SUPPRESS_DEFAULT
21 #endif
23 
24  std::string myname() const override { return (std::string) "HcalChannelQuality"; }
25 
26 private:
28 };
29 
30 #endif
HcalChannelQuality(const HcalTopology *topo)
const HcalTopology * topo() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::string myname() const override