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