CMS 3D CMS Logo

HcalQIETypes.h
Go to the documentation of this file.
1 #ifndef HcalQIETypes_h
2 #define HcalQIETypes_h
3 
4 /*
5  * \class HcalQIETypes
6  * \author Walter Alda
7  * POOL object to store Hcal QIEType
8  * */
9 
11 
14 
15 //typedef HcalCondObjectContainer<HcalQIEType> HcalQIETypes;
16 
17 class HcalQIETypes: public HcalCondObjectContainer<HcalQIEType>
18 {
19  public:
20 #ifndef HCAL_COND_SUPPRESS_DEFAULT
22 #endif
24 
25  std::string myname() const override {return (std::string)"HcalQIETypes";}
26 
27  private:
28 
30 };
31 
32 #endif
#define nullptr
std::string myname() const override
Definition: HcalQIETypes.h:25
HcalQIETypes(const HcalTopology *topo)
Definition: HcalQIETypes.h:23
#define COND_SERIALIZABLE
Definition: Serializable.h:38
const HcalTopology * topo() const