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
EventFilter
GEMRawToDigi
interface
GEMRawToDigi.h
Go to the documentation of this file.
1
#ifndef EventFilter_GEMRawToDigi_GEMRawToDigi_h
2
#define EventFilter_GEMRawToDigi_GEMRawToDigi_h
3
6
#include <memory>
7
#include "
DataFormats/GEMDigi/interface/GEMAMC13.h
"
8
9
class
GEMRawToDigi
{
10
public
:
11
std::unique_ptr<GEMAMC13>
convertWordToGEMAMC13
(
const
uint64_t
*
word
);
12
bool
vfatError
()
const
{
return
vfatError_
; }
13
bool
amcError
()
const
{
return
amcError_
; }
14
15
private
:
16
bool
vfatError_
;
17
bool
amcError_
;
18
};
19
#endif
GEMRawToDigi
Definition:
GEMRawToDigi.h:9
word
uint64_t word
Definition:
CTPPSTotemDataFormatter.cc:29
GEMRawToDigi::amcError
bool amcError() const
Definition:
GEMRawToDigi.h:13
GEMRawToDigi::convertWordToGEMAMC13
std::unique_ptr< GEMAMC13 > convertWordToGEMAMC13(const uint64_t *word)
Definition:
GEMRawToDigi.cc:7
GEMAMC13.h
cond::uint64_t
unsigned long long uint64_t
Definition:
Time.h:13
GEMRawToDigi::vfatError_
bool vfatError_
Definition:
GEMRawToDigi.h:16
GEMRawToDigi::amcError_
bool amcError_
Definition:
GEMRawToDigi.h:17
GEMRawToDigi::vfatError
bool vfatError() const
Definition:
GEMRawToDigi.h:12
Generated for CMSSW Reference Manual by
1.8.14