Main Page
Namespaces
Classes
Package Documentation
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
relativeConstraints.error
error
Definition:
relativeConstraints.py:53
DTROSErrorNotifier::DTROSErrorNotifier
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
Definition:
DTROSErrorNotifier.cc:14
DTROSErrorWord::robID
int robID() const
Definition:
DTDDUWords.h:319
std
Definition:
JetResolutionObject.h:80
DTROSErrorNotifier.h
DTROSErrorNotifier::error_
DTROSErrorWord error_
Definition:
DTROSErrorNotifier.h:29
DTROSErrorWord
Definition:
DTDDUWords.h:303
DTROSErrorWord::errorType
int errorType() const
Definition:
DTDDUWords.h:318
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
DTROSErrorNotifier::~DTROSErrorNotifier
virtual ~DTROSErrorNotifier()
Destructor.
Definition:
DTROSErrorNotifier.cc:17
Generated for CMSSW Reference Manual by
1.8.11