Main Page
Namespaces
Classes
Package Documentation
CondFormats
HcalObjects
interface
HcalMCParams.h
Go to the documentation of this file.
1
#ifndef HcalMCParams_h
2
#define HcalMCParams_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/HcalObjects/interface/HcalMCParam.h
"
7
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
8
9
class
HcalMCParams
:
public
HcalCondObjectContainer
<HcalMCParam> {
10
public
:
11
#ifndef HCAL_COND_SUPPRESS_DEFAULT
12
HcalMCParams
() :
HcalCondObjectContainer
<
HcalMCParam
>(
nullptr
) {}
13
#endif
14
HcalMCParams
(
const
HcalTopology
*
topo
) :
HcalCondObjectContainer
<
HcalMCParam
>(topo) {}
15
16
std::string
myname
()
const override
{
return
(
std::string
)
"HcalMCParams"
; }
17
18
private
:
19
COND_SERIALIZABLE
;
20
};
21
#endif
HcalMCParam
Definition:
HcalMCParam.h:29
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:53
nullptr
#define nullptr
Definition:
GCC11Compatibility.h:37
HcalTopology
Definition:
HcalTopology.h:26
HcalMCParams
Definition:
HcalMCParams.h:9
HcalMCParams::HcalMCParams
HcalMCParams()
Definition:
HcalMCParams.h:12
HcalCondObjectContainer.h
HcalMCParams::myname
std::string myname() const override
Definition:
HcalMCParams.h:16
HcalMCParams::HcalMCParams
HcalMCParams(const HcalTopology *topo)
Definition:
HcalMCParams.h:14
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
Serializable.h
HcalMCParam.h
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition:
HcalCondObjectContainer.h:20
Generated for CMSSW Reference Manual by
1.8.11