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  * \author M. Zanetti INFN Padova
4  */
5 
7 
8 //using namespace edm;
9 using namespace std;
10 
11 #include <iostream>
12 
13 
15 
16 
18 
19 
21 
22  cout<<"[DTUnpackingModule]: WARNING!! TDC Error of type "<<error_.tdcError()
23  <<", from TDC "<<error_.tdcID()<<endl;
24 
25 }
int tdcError() const
Definition: DTDDUWords.h:682
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:681
tuple cout
Definition: gather_cfg.py:121
virtual ~DTTDCErrorNotifier()
Destructor.