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
OptAlignObjects
interface
OpticalAlignMeasurements.h
Go to the documentation of this file.
1
#ifndef OpticalAlignMeasurements_H
2
#define OpticalAlignMeasurements_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/OptAlignObjects/interface/OpticalAlignMeasurementInfo.h
"
7
8
#include <vector>
9
#include <iostream>
10
15
class
OpticalAlignMeasurements
;
16
17
std::ostream &
operator<<
(std::ostream &,
const
OpticalAlignMeasurements
&);
18
22
class
OpticalAlignMeasurements
{
23
public
:
24
OpticalAlignMeasurements
() {}
25
virtual
~OpticalAlignMeasurements
() {}
26
27
std::vector<OpticalAlignMeasurementInfo>
oaMeasurements_
;
28
29
COND_SERIALIZABLE
;
30
};
31
32
#endif // OpticalAlignMeasurements_H
OpticalAlignMeasurementInfo.h
OpticalAlignMeasurements::~OpticalAlignMeasurements
virtual ~OpticalAlignMeasurements()
Definition:
OpticalAlignMeasurements.h:25
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
OpticalAlignMeasurements
Definition:
OpticalAlignMeasurements.h:22
operator<<
std::ostream & operator<<(std::ostream &, const OpticalAlignMeasurements &)
Definition:
OpticalAlignMeasurements.cc:3
OpticalAlignMeasurements::oaMeasurements_
std::vector< OpticalAlignMeasurementInfo > oaMeasurements_
Definition:
OpticalAlignMeasurements.h:27
Serializable.h
OpticalAlignMeasurements::OpticalAlignMeasurements
OpticalAlignMeasurements()
Definition:
OpticalAlignMeasurements.h:24
Generated for CMSSW Reference Manual by
1.8.16