![]() |
AliRoot Core
3abf5b4 (3abf5b4)
|
Implementation of the high performance trigger DDL decoder event handler. More...
#include <cassert>
#include <ostream>
#include <Rtypes.h>
Go to the source code of this file.
Classes | |
struct | AliMUONDarcScalarsStruct |
The optional DARC board scalars. More... | |
struct | AliMUONGlobalHeaderStruct |
The global input and output words just after the DARC header. More... | |
struct | AliMUONGlobalScalarsStruct |
The optional global card scalars. More... | |
struct | AliMUONRegionalHeaderStruct |
Regional header. More... | |
struct | AliMUONRegionalScalarsStruct |
Optional regional card scalars. More... | |
struct | AliMUONLocalInfoStruct |
Local card trigger information. More... | |
struct | AliMUONLocalScalarsStruct |
Local card trigger scalars. More... | |
class | AliMUONTriggerDDLDecoderEventHandler |
Callback event handler class for the AliMUONTriggerDDLDecoder. This class is the base class defining what methods the event handler for the high performance decoder should have. This handler actually does nothing. The user of this decoder will have to derive from this class a custom event handler that actually does something within the callback methods OnNewRegionalHeader, OnLocalStruct, OnError etc... More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, AliMUONTriggerDDLDecoderEventHandler::ErrorCode code) |
Implementation of the high performance trigger DDL decoder event handler.
Definition in file AliMUONTriggerDDLDecoderEventHandler.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 853 of file AliMUONTriggerDDLDecoderEventHandler.h.