Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
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
public
:
19
#ifndef HCAL_COND_SUPPRESS_DEFAULT
20
HcalGainWidths
() :
HcalCondObjectContainer
<
HcalGainWidth
>(nullptr) {}
21
#endif
22
HcalGainWidths
(
const
HcalTopology
*
topo
) :
HcalCondObjectContainer
<
HcalGainWidth
>(
topo
) {}
23
24
std::string
myname
()
const override
{
return
(
std::string
)
"HcalGainWidths"
; }
25
26
private
:
27
COND_SERIALIZABLE
;
28
};
29
30
#endif
HcalGainWidths
Definition:
HcalGainWidths.h:17
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:55
HcalTopology
Definition:
HcalTopology.h:26
HcalGainWidths::HcalGainWidths
HcalGainWidths(const HcalTopology *topo)
Definition:
HcalGainWidths.h:22
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HcalGainWidth.h
HcalCondObjectContainer.h
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition:
HcalCondObjectContainer.h:22
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
HcalGainWidths::myname
std::string myname() const override
Definition:
HcalGainWidths.h:24
Serializable.h
HcalGainWidth
Definition:
HcalGainWidth.h:15
HcalGainWidths::HcalGainWidths
HcalGainWidths()
Definition:
HcalGainWidths.h:20
Generated for CMSSW Reference Manual by
1.8.14