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