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
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
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
CondFormats
HcalObjects
interface
HcalLongRecoParams.h
Go to the documentation of this file.
1
#ifndef HcalLongRecoParams_h
2
#define HcalLongRecoParams_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/HcalObjects/interface/HcalLongRecoParam.h
"
7
#include "
CondFormats/HcalObjects/interface/HcalCondObjectContainer.h
"
8
9
class
HcalLongRecoParams
:
public
HcalCondObjectContainer
<HcalLongRecoParam> {
10
public
:
11
#ifndef HCAL_COND_SUPPRESS_DEFAULT
12
HcalLongRecoParams
() :
HcalCondObjectContainer
<
HcalLongRecoParam
>(nullptr) {}
13
#endif
14
HcalLongRecoParams
(
const
HcalTopology
*
topo
) :
HcalCondObjectContainer
<
HcalLongRecoParam
>(
topo
) {}
15
16
std::string
myname
()
const override
{
return
(
std::string
)
"HcalLongRecoParams"
; }
17
18
private
:
19
COND_SERIALIZABLE
;
20
};
21
#endif
HcalTopology
Definition:
HcalTopology.h:26
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
HcalLongRecoParam.h
HcalCondObjectContainer
Definition:
HcalCondObjectContainer.h:55
HcalLongRecoParams::HcalLongRecoParams
HcalLongRecoParams(const HcalTopology *topo)
Definition:
HcalLongRecoParams.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HcalLongRecoParams::myname
std::string myname() const override
Definition:
HcalLongRecoParams.h:16
HcalCondObjectContainerBase::topo
const HcalTopology * topo() const
Definition:
HcalCondObjectContainer.h:22
Serializable.h
HcalLongRecoParam
Definition:
HcalLongRecoParam.h:15
HcalCondObjectContainer.h
HcalLongRecoParams::HcalLongRecoParams
HcalLongRecoParams()
Definition:
HcalLongRecoParams.h:12
HcalLongRecoParams
Definition:
HcalLongRecoParams.h:9
Generated for CMSSW Reference Manual by
1.8.16