CondFormats
HcalObjects
interface
HcalTPChannelParameters.h
Go to the documentation of this file.
1
#ifndef CondFormatsHcalObjectsHcalTPChannelParameters_h
2
#define CondFormatsHcalObjectsHcalTPChannelParameters_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
#include "
CondFormats/HcalObjects/interface/HcalTPChannelParameter.h
"
6
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
7
8
class
HcalTPChannelParameters
:
public
HcalCondObjectContainer
<HcalTPChannelParameter> {
9
public
:
10
//constructor definition: has to contain
11
#ifndef HCAL_COND_SUPPRESS_DEFAULT
12
HcalTPChannelParameters
() :
HcalCondObjectContainer
<
HcalTPChannelParameter
>(nullptr) {}
13
#endif
14
HcalTPChannelParameters
(
const
HcalTopology
*
topo
) :
HcalCondObjectContainer
<
HcalTPChannelParameter
>(
topo
) {}
15
16
std::string
myname
()
const override
{
return
(
std::string
)
"HcalTPChannelParameters"
; }
17
18
COND_SERIALIZABLE
;
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
Generated for CMSSW Reference Manual by
1.8.16