AliRoot Core  v5-06-30 (35d6c57)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMUONTrackerDDLDecoderEventHandler.h File Reference

Implementation of a high performance DDL decoder event handler for the muon tracking stations. More...

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

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)
 

Detailed Description

Implementation of a high performance DDL decoder event handler for the muon tracking stations.

Author
Artur Szostak artur.nosp@m.sz@i.nosp@m.afric.nosp@m.a.co.nosp@m.m
Date
28-11-2007

Definition in file AliMUONTrackerDDLDecoderEventHandler.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
AliMUONTrackerDDLDecoderEventHandler::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 408 of file AliMUONTrackerDDLDecoderEventHandler.h.