Main Page
Namespaces
Classes
Package Documentation
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
20
public
:
21
23
DTROS8Unpacker
(
const
edm::ParameterSet
& ps):
pset
(ps) {}
24
26
~DTROS8Unpacker
()
override
{}
27
28
// Unpacking method
29
void
interpretRawData
(
const
unsigned
int
*
index
,
int
datasize,
30
int
dduID,
31
edm::ESHandle<DTReadOutMapping>
&
mapping
,
32
std::unique_ptr<DTDigiCollection>& product,
33
std::unique_ptr<DTLocalTriggerCollection>& product2,
34
uint16_t rosList = 0)
override
;
35
36
private
:
37
38
const
edm::ParameterSet
pset
;
39
40
};
41
42
#endif
DTReadOutMapping
Definition:
DTReadOutMapping.h:66
DTUnpacker
Definition:
DTUnpacker.h:18
ParameterSet.h
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:36
edm::ESHandle< DTReadOutMapping >
DTROS8Unpacker::pset
const edm::ParameterSet pset
Definition:
DTROS8Unpacker.h:38
DTROS8Unpacker::DTROS8Unpacker
DTROS8Unpacker(const edm::ParameterSet &ps)
Constructor.
Definition:
DTROS8Unpacker.h:23
DTROS8Unpacker::~DTROS8Unpacker
~DTROS8Unpacker() override
Destructor.
Definition:
DTROS8Unpacker.h:26
DTROS8Unpacker
Definition:
DTROS8Unpacker.h:18
edm::ParameterSet
Definition:
ParameterSet.h:36
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:20
taus_updatedMVAIds_cff.mapping
mapping
Definition:
taus_updatedMVAIds_cff.py:29
Generated for CMSSW Reference Manual by
1.8.11