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
Alignment
CocoaModel
interface
CocoaDaqReaderText.h
Go to the documentation of this file.
1
#ifndef CocoaDaqReaderText_h
2
#define CocoaDaqReaderText_h
3
#include <string>
4
#include <vector>
5
6
#include "
Alignment/CocoaDaq/interface/CocoaDaqReader.h
"
7
#include "
Alignment/CocoaUtilities/interface/ALIFileIn.h
"
8
class
OpticalAlignMeasurementInfo
;
9
10
class
CocoaDaqReaderText
:
public
CocoaDaqReader
{
11
public
:
12
CocoaDaqReaderText
(
const
std::string
&
fileName
);
13
~CocoaDaqReaderText
()
override
;
14
15
bool
ReadNextEvent
()
override
;
16
void
BuildMeasurementsFromOptAlign
(std::vector<OpticalAlignMeasurementInfo>& measList)
override
;
17
18
public
:
19
int
GetNEvents
()
const
{
return
nev
; }
20
21
protected
:
22
int
nev
;
23
int
nextEvent
;
24
ALIFileIn
theFilein
;
25
};
26
27
#endif
CocoaDaqReaderText::BuildMeasurementsFromOptAlign
void BuildMeasurementsFromOptAlign(std::vector< OpticalAlignMeasurementInfo > &measList) override
Definition:
CocoaDaqReaderText.cc:137
CocoaDaqReader
Definition:
CocoaDaqReader.h:8
CocoaDaqReaderText
Definition:
CocoaDaqReaderText.h:10
CocoaDaqReaderText::~CocoaDaqReaderText
~CocoaDaqReaderText() override
Definition:
CocoaDaqReaderText.cc:22
MillePedeFileConverter_cfg.fileName
fileName
Definition:
MillePedeFileConverter_cfg.py:32
CocoaDaqReaderText::nev
int nev
Definition:
CocoaDaqReaderText.h:22
CocoaDaqReaderText::nextEvent
int nextEvent
Definition:
CocoaDaqReaderText.h:23
CocoaDaqReaderText::theFilein
ALIFileIn theFilein
Definition:
CocoaDaqReaderText.h:24
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CocoaDaqReader.h
OpticalAlignMeasurementInfo
Definition:
OpticalAlignMeasurementInfo.h:28
CocoaDaqReaderText::CocoaDaqReaderText
CocoaDaqReaderText(const std::string &fileName)
Definition:
CocoaDaqReaderText.cc:12
CocoaDaqReaderText::GetNEvents
int GetNEvents() const
Definition:
CocoaDaqReaderText.h:19
CocoaDaqReaderText::ReadNextEvent
bool ReadNextEvent() override
Definition:
CocoaDaqReaderText.cc:25
ALIFileIn.h
ALIFileIn
Definition:
ALIFileIn.h:20
Generated for CMSSW Reference Manual by
1.8.16