Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
HcalRecoParam.h
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:44
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
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:37
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:20
HcalRecoParams::HcalRecoParams
HcalRecoParams(const HcalTopology *topo)
Definition:
HcalRecoParams.h:17
Generated for CMSSW Reference Manual by
1.8.5