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
Alignment
CocoaDaq
src
CocoaDaqReader.cc
Go to the documentation of this file.
1
#include "
CondFormats/OptAlignObjects/interface/OpticalAlignMeasurements.h
"
2
#include "
Alignment/CocoaDaq/interface/CocoaDaqReader.h
"
3
4
CocoaDaqReader
*
CocoaDaqReader::theDaqReader
=
nullptr
;
5
6
//----------------------------------------------------------------------
7
void
CocoaDaqReader::SetDaqReader
(
CocoaDaqReader
*
reader
) {
8
if
(
theDaqReader
!=
nullptr
) {
9
std::cerr
<<
"!!FATAL ERROR CocoaDaqReader:: trying to instantiate two CocoaDaqReader "
<< std::endl;
10
std::exception
();
11
}
12
13
theDaqReader
=
reader
;
14
}
15
16
//----------------------------------------------------------------------
17
void
CocoaDaqReader::BuildMeasurementsFromOptAlign
(std::vector<OpticalAlignMeasurementInfo>& measList) {}
CocoaDaqReader::BuildMeasurementsFromOptAlign
virtual void BuildMeasurementsFromOptAlign(std::vector< OpticalAlignMeasurementInfo > &measList)
Definition:
CocoaDaqReader.cc:17
DQM.reader
reader
Definition:
DQM.py:105
CocoaDaqReader
Definition:
CocoaDaqReader.h:8
cppFunctionSkipper.exception
exception
Definition:
cppFunctionSkipper.py:10
OpticalAlignMeasurements.h
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.cerr
cerr
Definition:
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py:8
CocoaDaqReader::theDaqReader
static CocoaDaqReader * theDaqReader
Definition:
CocoaDaqReader.h:24
CocoaDaqReader::SetDaqReader
static void SetDaqReader(CocoaDaqReader *reader)
Definition:
CocoaDaqReader.cc:7
CocoaDaqReader.h
Generated for CMSSW Reference Manual by
1.8.14