#include <DTUnpacker.h>
Public Member Functions | |
DTUnpacker () | |
Constructor. More... | |
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 |
virtual | ~DTUnpacker () |
Destructor. More... | |
Base class for DT data unpackers
Definition at line 18 of file DTUnpacker.h.
|
inline |
|
inlinevirtual |
Destructor.
Definition at line 26 of file DTUnpacker.h.
References interpretRawData(), and taus_updatedMVAIds_cff::mapping.
|
pure virtual |
Unpacking method. index is the pointer to the beginning of the buffer. datasize is the size of the buffer in bytes
Implemented in DTROS25Unpacker, DTROS8Unpacker, and DTDDUUnpacker.
Referenced by DTUnpackingModule::produce(), and ~DTUnpacker().