test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
DTRawToDigi
plugins
DTROSErrorNotifier.cc
Go to the documentation of this file.
1
/* file
2
*
3
* \author M. Zanetti INFN Padova
4
*/
5
6
#include <
EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h
>
7
8
//using namespace edm;
9
using namespace
std;
10
11
#include <iostream>
12
13
14
DTROSErrorNotifier::DTROSErrorNotifier
(
DTROSErrorWord
error
): error_(error) {}
15
16
17
DTROSErrorNotifier::~DTROSErrorNotifier
() {}
18
19
20
void
DTROSErrorNotifier::print
() {
21
22
cout
<<
"[DTUnpackingModule]: WARNING!! ROS Error of type "
<<
error_
.
errorType
()
23
<<
", from ROB "
<<
error_
.
robID
()<<endl;
24
25
}
DTROSErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTROSErrorNotifier.cc:20
DTROSErrorNotifier::DTROSErrorNotifier
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
Definition:
DTROSErrorNotifier.cc:14
DTROSErrorWord::robID
int robID() const
Definition:
DTDDUWords.h:319
DTROSErrorNotifier.h
DTROSErrorNotifier::error_
DTROSErrorWord error_
Definition:
DTROSErrorNotifier.h:29
DTROSErrorWord
Definition:
DTDDUWords.h:303
DTROSErrorWord::errorType
int errorType() const
Definition:
DTDDUWords.h:318
relativeConstraints.error
tuple error
Definition:
relativeConstraints.py:55
gather_cfg.cout
tuple cout
Definition:
gather_cfg.py:145
DTROSErrorNotifier::~DTROSErrorNotifier
virtual ~DTROSErrorNotifier()
Destructor.
Definition:
DTROSErrorNotifier.cc:17
Generated for CMSSW Reference Manual by
1.8.5