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
HcalTPChannelParameters
Definition: HcalTPChannelParameters.h:8
HcalTopology
Definition: HcalTopology.h:26
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
HcalCondObjectContainer
Definition: HcalCondObjectContainer.h:55
HcalTPChannelParameter
Definition: HcalTPChannelParameter.h:7
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition: HcalCondObjectContainer.h:22
HcalTPChannelParameters::HcalTPChannelParameters
HcalTPChannelParameters(const HcalTopology *topo)
Definition: HcalTPChannelParameters.h:14
Serializable.h
HcalTPChannelParameter.h
HcalCondObjectContainer.h
HcalTPChannelParameters::myname
std::string myname() const override
Definition: HcalTPChannelParameters.h:16
HcalTPChannelParameters::HcalTPChannelParameters
HcalTPChannelParameters()
Definition: HcalTPChannelParameters.h:12