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