Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
DTRawToDigi
plugins
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
8
#include <
EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h
>
9
10
//using namespace edm;
11
using namespace
std;
12
13
#include <iostream>
14
15
16
DTROSErrorNotifier::DTROSErrorNotifier
(
DTROSErrorWord
error
): error_(error) {}
17
18
19
DTROSErrorNotifier::~DTROSErrorNotifier
() {}
20
21
22
void
DTROSErrorNotifier::print
() {
23
24
cout
<<
"[DTUnpackingModule]: WARNING!! ROS Error of type "
<<
error_
.
errorType
()
25
<<
", from ROB "
<<
error_
.
robID
()<<endl;
26
27
}
DTROSErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTROSErrorNotifier.cc:22
DTROSErrorNotifier::DTROSErrorNotifier
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
Definition:
DTROSErrorNotifier.cc:16
DTROSErrorWord::robID
int robID() const
Definition:
DTDDUWords.h:325
DTROSErrorNotifier.h
DTROSErrorNotifier::error_
DTROSErrorWord error_
Definition:
DTROSErrorNotifier.h:31
DTROSErrorWord
Definition:
DTDDUWords.h:309
DTROSErrorWord::errorType
int errorType() const
Definition:
DTDDUWords.h:324
gather_cfg.cout
tuple cout
Definition:
gather_cfg.py:121
DTROSErrorNotifier::~DTROSErrorNotifier
virtual ~DTROSErrorNotifier()
Destructor.
Definition:
DTROSErrorNotifier.cc:19
error
Definition:
MessageDispatcher.h:11
Generated for CMSSW Reference Manual by
1.8.5