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
EventFilter
DTRawToDigi
plugins
DTUnpacker.h
Go to the documentation of this file.
1
#ifndef DTUnpacker_h
2
#define DTUnpacker_h
3
11
#include <
FWCore/Framework/interface/ESHandle.h
>
12
#include <
DataFormats/DTDigi/interface/DTDigiCollection.h
>
13
#include <
DataFormats/DTDigi/interface/DTLocalTriggerCollection.h
>
14
15
class
DTReadOutMapping
;
16
17
class
DTUnpacker
{
18
public
:
20
DTUnpacker
() {}
21
23
virtual
~DTUnpacker
() {}
24
28
29
virtual
void
interpretRawData
(
const
unsigned
int
*
index
,
30
int
datasize,
31
int
dduID,
32
edm::ESHandle<DTReadOutMapping>
&
mapping
,
33
std::unique_ptr<DTDigiCollection>& product,
34
std::unique_ptr<DTLocalTriggerCollection>& product2,
35
uint16_t rosList = 0) = 0;
36
37
protected
:
38
};
39
40
#endif
DTLocalTriggerCollection.h
ESHandle.h
DTUnpacker::~DTUnpacker
virtual ~DTUnpacker()
Destructor.
Definition:
DTUnpacker.h:23
DTUnpacker::interpretRawData
virtual void interpretRawData(const unsigned int *index, int datasize, int dduID, edm::ESHandle< DTReadOutMapping > &mapping, std::unique_ptr< DTDigiCollection > &product, std::unique_ptr< DTLocalTriggerCollection > &product2, uint16_t rosList=0)=0
edm::ESHandle< DTReadOutMapping >
DTUnpacker::DTUnpacker
DTUnpacker()
Constructor.
Definition:
DTUnpacker.h:20
DTUnpacker
Definition:
DTUnpacker.h:17
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
DTDigiCollection.h
taus_updatedMVAIds_cff.mapping
mapping
Definition:
taus_updatedMVAIds_cff.py:29
DTReadOutMapping
Definition:
DTReadOutMapping.h:62
Generated for CMSSW Reference Manual by
1.8.16