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