#include <EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h>
Public Member Functions | |
DTROSErrorNotifier (DTROSErrorWord error) | |
Constructor. | |
void | print () |
Print out the error information >>> FIXME: to be implemented. | |
virtual | ~DTROSErrorNotifier () |
Destructor. | |
Private Attributes | |
DTROSErrorWord | error_ |
Definition at line 14 of file DTROSErrorNotifier.h.
DTROSErrorNotifier::DTROSErrorNotifier | ( | DTROSErrorWord | error | ) |
DTROSErrorNotifier::~DTROSErrorNotifier | ( | ) | [virtual] |
Print out the error information >>> FIXME: to be implemented.
Definition at line 22 of file DTROSErrorNotifier.cc.
References GenMuonPlsPt100GeV_cfg::cout, lat::endl(), error_, DTROSErrorWord::errorType(), and DTROSErrorWord::robID().
00022 { 00023 00024 cout<<"[DTUnpackingModule]: WARNING!! ROS Error of type "<<error_.errorType() 00025 <<", from ROB "<<error_.robID()<<endl; 00026 00027 }
DTROSErrorWord DTROSErrorNotifier::error_ [private] |