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
Alignment
interface
AlignmentErrorsExtended.h
Go to the documentation of this file.
1
#ifndef CondFormats_Alignment_AlignmentErrorsExtended_H
2
#define CondFormats_Alignment_AlignmentErrorsExtended_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/Alignment/interface/AlignTransformErrorExtended.h
"
7
8
#include <vector>
9
10
class
AlignmentErrorsExtended
{
11
public
:
12
AlignmentErrorsExtended
() {}
13
virtual
~AlignmentErrorsExtended
() {}
15
inline
bool
empty
()
const
{
return
m_alignError
.empty(); }
17
inline
void
clear
() {
m_alignError
.clear(); }
18
19
std::vector<AlignTransformErrorExtended>
m_alignError
;
20
21
COND_SERIALIZABLE
;
22
};
23
#endif // AlignmentErrorsExtended_H
AlignmentErrorsExtended::clear
void clear()
Clear vector without having to look into internals:
Definition:
AlignmentErrorsExtended.h:17
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
AlignmentErrorsExtended::empty
bool empty() const
Test of empty vector without having to look into internals:
Definition:
AlignmentErrorsExtended.h:15
AlignTransformErrorExtended.h
Serializable.h
AlignmentErrorsExtended
Definition:
AlignmentErrorsExtended.h:10
AlignmentErrorsExtended::m_alignError
std::vector< AlignTransformErrorExtended > m_alignError
Definition:
AlignmentErrorsExtended.h:19
AlignmentErrorsExtended::~AlignmentErrorsExtended
virtual ~AlignmentErrorsExtended()
Definition:
AlignmentErrorsExtended.h:13
AlignmentErrorsExtended::AlignmentErrorsExtended
AlignmentErrorsExtended()
Definition:
AlignmentErrorsExtended.h:12
Generated for CMSSW Reference Manual by
1.8.16