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