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
Calibration
interface
Pedestals.h
Go to the documentation of this file.
1
#ifndef PEDESTALS_H
2
#define PEDESTALS_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <vector>
6
class
Pedestals
{
7
public
:
8
struct
Item
{
9
Item
() {}
10
~Item
() {}
11
float
m_mean
;
12
float
m_variance
;
13
14
COND_SERIALIZABLE
;
15
};
16
Pedestals
();
17
virtual
~Pedestals
() {}
18
typedef
std::vector<Item>::const_iterator
ItemIterator
;
19
std::vector<Item>
m_pedestals
;
20
21
COND_SERIALIZABLE
;
22
};
23
#endif
Pedestals::~Pedestals
virtual ~Pedestals()
Definition:
Pedestals.h:17
Pedestals::Item::~Item
~Item()
Definition:
Pedestals.h:10
Pedestals::m_pedestals
std::vector< Item > m_pedestals
Definition:
Pedestals.h:19
Pedestals::Item::m_mean
float m_mean
Definition:
Pedestals.h:11
Pedestals::Item::Item
Item()
Definition:
Pedestals.h:9
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Pedestals
Definition:
Pedestals.h:6
Pedestals::Item::m_variance
float m_variance
Definition:
Pedestals.h:12
Pedestals::Item
Definition:
Pedestals.h:8
Pedestals::ItemIterator
std::vector< Item >::const_iterator ItemIterator
Definition:
Pedestals.h:18
Pedestals::Pedestals
Pedestals()
Definition:
Pedestals.cc:2
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14