Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondFormats
HcalObjects
interface
HcalZSThresholds.h
Go to the documentation of this file.
1
#ifndef HcalZSThresholds_h
2
#define HcalZSThresholds_h
3
4
/*
5
\class HcalZSThresholds
6
\author Radek Ofierzynski
7
POOL object to store Zero Suppression Thresholds
8
*/
9
10
#include "
CondFormats/Serialization/interface/Serializable.h
"
11
12
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
13
#include "
CondFormats/HcalObjects/interface/HcalZSThreshold.h
"
14
15
//typedef HcalCondObjectContainer<HcalZSThreshold> HcalZSThresholds;
16
17
class
HcalZSThresholds
:
public
HcalCondObjectContainer
<HcalZSThreshold> {
18
public
:
19
#ifndef HCAL_COND_SUPPRESS_DEFAULT
20
HcalZSThresholds
() :
HcalCondObjectContainer
<
HcalZSThreshold
>(nullptr) {}
21
#endif
22
HcalZSThresholds
(
const
HcalTopology
*
topo
) :
HcalCondObjectContainer
<
HcalZSThreshold
>(topo) {}
23
24
std::string
myname
()
const override
{
return
(
std::string
)
"HcalZSThresholds"
; }
25
26
private
:
27
COND_SERIALIZABLE
;
28
};
29
30
#endif
HcalZSThresholds
Definition:
HcalZSThresholds.h:17
HcalZSThresholds::myname
std::string myname() const override
Definition:
HcalZSThresholds.h:24
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:55
HcalTopology
Definition:
HcalTopology.h:26
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HcalCondObjectContainer.h
HcalZSThreshold
Definition:
HcalZSThreshold.h:13
HcalZSThreshold.h
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition:
HcalCondObjectContainer.h:22
HcalZSThresholds::HcalZSThresholds
HcalZSThresholds()
Definition:
HcalZSThresholds.h:20
HcalZSThresholds::HcalZSThresholds
HcalZSThresholds(const HcalTopology *topo)
Definition:
HcalZSThresholds.h:22
Generated for CMSSW Reference Manual by
1.8.5