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
DTRawToDigi
plugins
DTROS8Unpacker.h
Go to the documentation of this file.
1
#ifndef DTROS8Unpacker_h
2
#define DTROS8Unpacker_h
3
12
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
13
14
#include <
EventFilter/DTRawToDigi/plugins/DTUnpacker.h
>
15
16
class
DTReadOutMapping
;
17
18
class
DTROS8Unpacker
:
public
DTUnpacker
{
19
public
:
21
DTROS8Unpacker
(
const
edm::ParameterSet
& ps) :
pset
(ps) {}
22
24
~DTROS8Unpacker
()
override
{}
25
26
// Unpacking method
27
void
interpretRawData
(
const
unsigned
int
*
index
,
28
int
datasize,
29
int
dduID,
30
edm::ESHandle<DTReadOutMapping>
&
mapping
,
31
std::unique_ptr<DTDigiCollection>& product,
32
std::unique_ptr<DTLocalTriggerCollection>& product2,
33
uint16_t rosList = 0)
override
;
34
35
private
:
36
const
edm::ParameterSet
pset
;
37
};
38
39
#endif
DTReadOutMapping
Definition:
DTReadOutMapping.h:62
DTUnpacker
Definition:
DTUnpacker.h:17
ParameterSet.h
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:93
edm::ESHandle
Definition:
DTSurvey.h:22
DTROS8Unpacker::pset
const edm::ParameterSet pset
Definition:
DTROS8Unpacker.h:36
DTROS8Unpacker::DTROS8Unpacker
DTROS8Unpacker(const edm::ParameterSet &ps)
Constructor.
Definition:
DTROS8Unpacker.h:21
DTROS8Unpacker::~DTROS8Unpacker
~DTROS8Unpacker() override
Destructor.
Definition:
DTROS8Unpacker.h:24
DTROS8Unpacker
Definition:
DTROS8Unpacker.h:18
edm::ParameterSet
Definition:
ParameterSet.h:48
DTUnpacker.h
DTROS8Unpacker::interpretRawData
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) override
Definition:
DTROS8Unpacker.cc:19
HPSPFTaus_cff.mapping
mapping
Definition:
HPSPFTaus_cff.py:242
Generated for CMSSW Reference Manual by
1.8.14