CMS 3D CMS Logo

DTTDCErrorNotifier Class Reference

Date
2007/05/07 16:16:40
Revision
1.3
More...

#include <EventFilter/DTRawToDigi/plugins/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.

00016 : error_(error) {}

DTTDCErrorNotifier::~DTTDCErrorNotifier (  )  [virtual]

Destructor.

Definition at line 19 of file DTTDCErrorNotifier.cc.

00019 {}


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 GenMuonPlsPt100GeV_cfg::cout, lat::endl(), error_, DTTDCErrorWord::tdcError(), and DTTDCErrorWord::tdcID().

Referenced by DTROS25Unpacker::interpretRawData().

00022                                {
00023 
00024     cout<<"[DTUnpackingModule]: WARNING!! TDC Error of type "<<error_.tdcError()
00025         <<", from TDC "<<error_.tdcID()<<endl;
00026 
00027 }


Member Data Documentation

DTTDCErrorWord DTTDCErrorNotifier::error_ [private]

Definition at line 31 of file DTTDCErrorNotifier.h.

Referenced by print().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:19:07 2009 for CMSSW by  doxygen 1.5.4