Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
DTRawToDigi
plugins
DTROS8Unpacker.h
Go to the documentation of this file.
1
#ifndef DTROS8Unpacker_h
2
#define DTROS8Unpacker_h
3
14
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
15
16
#include <
EventFilter/DTRawToDigi/plugins/DTUnpacker.h
>
17
18
class
DTReadOutMapping
;
19
20
class
DTROS8Unpacker
:
public
DTUnpacker
{
21
22
public
:
23
25
DTROS8Unpacker
(
const
edm::ParameterSet
& ps):
pset
(ps) {}
26
28
virtual
~DTROS8Unpacker
() {}
29
30
// Unpacking method
31
virtual
void
interpretRawData
(
const
unsigned
int
*
index
,
int
datasize,
32
int
dduID,
33
edm::ESHandle<DTReadOutMapping>
& mapping,
34
std::auto_ptr<DTDigiCollection>& product,
35
std::auto_ptr<DTLocalTriggerCollection>& product2,
36
uint16_t rosList = 0);
37
38
private
:
39
40
const
edm::ParameterSet
pset
;
41
42
};
43
44
#endif
DTROS8Unpacker::interpretRawData
virtual void interpretRawData(const unsigned int *index, int datasize, int dduID, edm::ESHandle< DTReadOutMapping > &mapping, std::auto_ptr< DTDigiCollection > &product, std::auto_ptr< DTLocalTriggerCollection > &product2, uint16_t rosList=0)
Definition:
DTROS8Unpacker.cc:22
DTReadOutMapping
Definition:
DTReadOutMapping.h:57
getHLTprescales.index
tuple index
Definition:
getHLTprescales.py:79
DTUnpacker
Definition:
DTUnpacker.h:20
ParameterSet.h
edm::ESHandle< DTReadOutMapping >
DTROS8Unpacker::pset
const edm::ParameterSet pset
Definition:
DTROS8Unpacker.h:40
DTROS8Unpacker::DTROS8Unpacker
DTROS8Unpacker(const edm::ParameterSet &ps)
Constructor.
Definition:
DTROS8Unpacker.h:25
DTROS8Unpacker
Definition:
DTROS8Unpacker.h:20
edm::ParameterSet
Definition:
ParameterSet.h:35
DTUnpacker.h
DTROS8Unpacker::~DTROS8Unpacker
virtual ~DTROS8Unpacker()
Destructor.
Definition:
DTROS8Unpacker.h:28
Generated for CMSSW Reference Manual by
1.8.5