CMS 3D CMS Logo

HcalTPChannelParameters.h
Go to the documentation of this file.
1 #ifndef CondFormatsHcalObjectsHcalTPChannelParameters_h
2 #define CondFormatsHcalObjectsHcalTPChannelParameters_h
3 
7 
8 class HcalTPChannelParameters : public HcalCondObjectContainer<HcalTPChannelParameter> {
9 public:
10  //constructor definition: has to contain
11 #ifndef HCAL_COND_SUPPRESS_DEFAULT
13 #endif
15 
16  std::string myname() const override { return (std::string) "HcalTPChannelParameters"; }
17 
19 };
20 
21 #endif
const HcalTopology * topo() const
HcalTPChannelParameters(const HcalTopology *topo)
std::string myname() const override
#define COND_SERIALIZABLE
Definition: Serializable.h:39