Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
DTReadOutMapping
Definition:
DTReadOutMapping.h:62
DTLocalTriggerCollection.h
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
DTUnpacker::~DTUnpacker
virtual ~DTUnpacker()
Destructor.
Definition:
DTUnpacker.h:23
DTUnpacker
Definition:
DTUnpacker.h:17
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
DTDigiCollection.h
edm::ESHandle
Definition:
DTSurvey.h:22
ESHandle.h
DTUnpacker::DTUnpacker
DTUnpacker()
Constructor.
Definition:
DTUnpacker.h:20
Generated for CMSSW Reference Manual by
1.8.5