CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTDCErrorNotifier.cc
Go to the documentation of this file.
1 /* file
2  *
3  * $Date: 2008/01/22 18:46:41 $
4  * $Revision: 1.4 $
5  * \author M. Zanetti INFN Padova
6  */
7 
9 
10 //using namespace edm;
11 using namespace std;
12 
13 #include <iostream>
14 
15 
17 
18 
20 
21 
23 
24  cout<<"[DTUnpackingModule]: WARNING!! TDC Error of type "<<error_.tdcError()
25  <<", from TDC "<<error_.tdcID()<<endl;
26 
27 }
int tdcError() const
Definition: DTDDUWords.h:702
DTTDCErrorWord error_
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
void print()
Print out the error information &gt;&gt;&gt; FIXME: to be implemented.
int tdcID() const
&lt;== OBSOLETE!!
Definition: DTDDUWords.h:701
tuple cout
Definition: gather_cfg.py:121
virtual ~DTTDCErrorNotifier()
Destructor.