Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
HcalObjects
interface
HcalRecoParams.h
Go to the documentation of this file.
1
#ifndef HcalRecoParams_h
2
#define HcalRecoParams_h
3
4
5
#include "
CondFormats/Serialization/interface/Serializable.h
"
6
7
#include "
CondFormats/HcalObjects/interface/HcalRecoParam.h
"
8
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
9
10
11
class
HcalRecoParams
:
public
HcalCondObjectContainer
<HcalRecoParam>
12
{
13
public
:
14
#ifndef HCAL_COND_SUPPRESS_DEFAULT
15
HcalRecoParams
():
HcalCondObjectContainer
<
HcalRecoParam
>(0) {}
16
#endif
17
HcalRecoParams
(
const
HcalTopology
*
topo
):
HcalCondObjectContainer
<
HcalRecoParam
>(topo) {}
18
19
std::string
myname
()
const
{
return
(
std::string
)
"HcalRecoParams"
;}
20
21
private
:
22
23
24
COND_SERIALIZABLE
;
25
};
26
#endif
HcalRecoParams::COND_SERIALIZABLE
COND_SERIALIZABLE
Definition:
HcalRecoParams.h:24
HcalRecoParam.h
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:37
HcalTopology
Definition:
HcalTopology.h:25
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
HcalRecoParams
Definition:
HcalRecoParams.h:11
HcalCondObjectContainer.h
HcalRecoParams::HcalRecoParams
HcalRecoParams()
Definition:
HcalRecoParams.h:15
Serializable.h
HcalRecoParam
Definition:
HcalRecoParam.h:17
HcalRecoParams::myname
std::string myname() const
Definition:
HcalRecoParams.h:19
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition:
HcalCondObjectContainer.h:19
HcalRecoParams::HcalRecoParams
HcalRecoParams(const HcalTopology *topo)
Definition:
HcalRecoParams.h:17
Generated for CMSSW Reference Manual by
1.8.5