AliRoot Core  a565103 (a565103)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONTriggerDDLDecoderEventHandler.h File Reference

Implementation of the high performance trigger DDL decoder event handler. More...

#include <cassert>
#include <ostream>
#include <Rtypes.h>
Include dependency graph for AliMUONTriggerDDLDecoderEventHandler.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Implementation of the high performance trigger DDL decoder event handler.

Author
Artur Szostak artur.nosp@m.sz@i.nosp@m.afric.nosp@m.a.co.nosp@m.m
Date
28-11-2007 This file implementes the AliMUONTriggerDDLDecoderEventHandler class, which is the callback interface for the AliMUONTriggerDDLDecoder decoder class.

Definition in file AliMUONTriggerDDLDecoderEventHandler.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
AliMUONTriggerDDLDecoderEventHandler::ErrorCode  code 
)
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.