![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
Implementation of a high performance DDL decoder event handler for the muon tracking stations. More...
#include <cassert>
#include <ostream>
#include <Rtypes.h>
Go to the source code of this file.
Classes | |
struct | AliMUONBlockHeaderStruct |
The block header structure of the Tracker DDL payload. More... | |
struct | AliMUONDSPHeaderStruct |
The DSP header structure of the Tracker DDL payload. More... | |
struct | AliMUONBusPatchHeaderStruct |
The bus patch header structure of the Tracker DDL payload. More... | |
class | AliMUONTrackerDDLDecoderEventHandler |
Callback event handler class for the AliMUONTrackerDDLDecoder. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, AliMUONTrackerDDLDecoderEventHandler::ErrorCode code) |
Implementation of a high performance DDL decoder event handler for the muon tracking stations.
Definition in file AliMUONTrackerDDLDecoderEventHandler.h.
|
inline |
This is the stream operator for std::ostream classes to be able to easily write the error messages associated with the error codes generated by the decoder to 'cout' or 'cerr' for example.
Definition at line 408 of file AliMUONTrackerDDLDecoderEventHandler.h.