CMS 3D CMS Logo

DTTDCErrorNotifier.cc
Go to the documentation of this file.
1 /* file
2  *
3  * \author M. Zanetti INFN Padova
4  */
5 
7 
8 //using namespace edm;
9 using namespace std;
10 
11 #include <iostream>
12 
14 
16 
18  cout << "[DTUnpackingModule]: WARNING!! TDC Error of type " << error_.tdcError() << ", from TDC " << error_.tdcID()
19  << endl;
20 }
DTTDCErrorWord error_
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
int tdcID() const
<== OBSOLETE!!
Definition: DTDDUWords.h:503
void print()
Print out the error information >>> FIXME: to be implemented.
int tdcError() const
Definition: DTDDUWords.h:504
virtual ~DTTDCErrorNotifier()
Destructor.