CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTROSErrorNotifier.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!! ROS Error of type "<<error_.errorType()
25  <<", from ROB "<<error_.robID()<<endl;
26 
27 }
void print()
Print out the error information &gt;&gt;&gt; FIXME: to be implemented.
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
int robID() const
Definition: DTDDUWords.h:325
DTROSErrorWord error_
int errorType() const
Definition: DTDDUWords.h:324
tuple cout
Definition: gather_cfg.py:121
virtual ~DTROSErrorNotifier()
Destructor.