CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTTDCErrorNotifier Class Reference

#include <DTTDCErrorNotifier.h>

List of all members.

Public Member Functions

 DTTDCErrorNotifier (DTTDCErrorWord error)
 Constructor.
void print ()
 Print out the error information >>> FIXME: to be implemented.
virtual ~DTTDCErrorNotifier ()
 Destructor.

Private Attributes

DTTDCErrorWord error_

Detailed Description

Date:
2007/05/07 16:16:40
Revision:
1.3
Author:
M. Zanetti - INFN Padova

Definition at line 14 of file DTTDCErrorNotifier.h.


Constructor & Destructor Documentation

DTTDCErrorNotifier::DTTDCErrorNotifier ( DTTDCErrorWord  error)

Constructor.

Definition at line 16 of file DTTDCErrorNotifier.cc.

: error_(error) {}
DTTDCErrorNotifier::~DTTDCErrorNotifier ( ) [virtual]

Destructor.

Definition at line 19 of file DTTDCErrorNotifier.cc.

{}

Member Function Documentation

void DTTDCErrorNotifier::print ( void  )

Print out the error information >>> FIXME: to be implemented.

Definition at line 22 of file DTTDCErrorNotifier.cc.

References gather_cfg::cout, error_, DTTDCErrorWord::tdcError(), and DTTDCErrorWord::tdcID().

Referenced by DTROS25Unpacker::interpretRawData().

                               {

    cout<<"[DTUnpackingModule]: WARNING!! TDC Error of type "<<error_.tdcError()
        <<", from TDC "<<error_.tdcID()<<endl;

}

Member Data Documentation

Definition at line 31 of file DTTDCErrorNotifier.h.

Referenced by print().