Main Page
Namespaces
Classes
Package Documentation
CondFormats
HcalObjects
interface
HcalPFCorrs.h
Go to the documentation of this file.
1
#ifndef HcalPFCorrs_h
2
#define HcalPFCorrs_h
3
4
/*
5
\class HcalPFCorrs
6
\author Radek Ofierzynski
7
POOL object to store PF Corrections
8
*/
9
10
#include "
CondFormats/Serialization/interface/Serializable.h
"
11
12
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
13
#include "
CondFormats/HcalObjects/interface/HcalPFCorr.h
"
14
15
//typedef HcalCondObjectContainer<HcalPFCorr> HcalPFCorrs;
16
17
class
HcalPFCorrs
:
public
HcalCondObjectContainer
<HcalPFCorr>
18
{
19
public
:
20
#ifndef HCAL_COND_SUPPRESS_DEFAULT
21
HcalPFCorrs
():
HcalCondObjectContainer
<
HcalPFCorr
>(
nullptr
) {}
22
#endif
23
HcalPFCorrs
(
const
HcalTopology
*
topo
):
HcalCondObjectContainer
<
HcalPFCorr
>(topo) {}
24
25
std::string
myname
()
const override
{
return
(
std::string
)
"HcalPFCorrs"
;}
26
27
private
:
28
29
COND_SERIALIZABLE
;
30
};
31
32
#endif
HcalPFCorr
Definition:
HcalPFCorr.h:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:44
nullptr
#define nullptr
Definition:
GCC11Compatibility.h:37
HcalTopology
Definition:
HcalTopology.h:25
HcalPFCorr.h
HcalCondObjectContainer.h
HcalPFCorrs
Definition:
HcalPFCorrs.h:17
HcalPFCorrs::myname
std::string myname() const override
Definition:
HcalPFCorrs.h:25
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
HcalPFCorrs::HcalPFCorrs
HcalPFCorrs(const HcalTopology *topo)
Definition:
HcalPFCorrs.h:23
Serializable.h
HcalPFCorrs::HcalPFCorrs
HcalPFCorrs()
Definition:
HcalPFCorrs.h:21
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition:
HcalCondObjectContainer.h:20
Generated for CMSSW Reference Manual by
1.8.11