#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::auto_ptr< DTDigiCollection > &product, std::auto_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 |
|
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().