Main Page
Namespaces
Classes
Package Documentation
src
EventFilter
DTRawToDigi
plugins
DTTDCErrorNotifier.cc
Go to the documentation of this file.
1
/* file
2
*
3
* \author M. Zanetti INFN Padova
4
*/
5
6
#include <
EventFilter/DTRawToDigi/plugins/DTTDCErrorNotifier.h
>
7
8
//using namespace edm;
9
using namespace
std
;
10
11
#include <iostream>
12
13
14
DTTDCErrorNotifier::DTTDCErrorNotifier
(
DTTDCErrorWord
error
): error_(error) {}
15
16
17
DTTDCErrorNotifier::~DTTDCErrorNotifier
() {}
18
19
20
void
DTTDCErrorNotifier::print
() {
21
22
cout
<<
"[DTUnpackingModule]: WARNING!! TDC Error of type "
<<
error_
.
tdcError
()
23
<<
", from TDC "
<<
error_
.
tdcID
()<<endl;
24
25
}
DTTDCErrorWord::tdcError
int tdcError() const
Definition:
DTDDUWords.h:682
relativeConstraints.error
error
Definition:
relativeConstraints.py:53
std
Definition:
JetResolutionObject.h:80
DTTDCErrorNotifier::error_
DTTDCErrorWord error_
Definition:
DTTDCErrorNotifier.h:29
DTTDCErrorNotifier::DTTDCErrorNotifier
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
Definition:
DTTDCErrorNotifier.cc:14
DTTDCErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTTDCErrorNotifier.cc:20
DTTDCErrorWord::tdcID
int tdcID() const
<== OBSOLETE!!
Definition:
DTDDUWords.h:681
DTTDCErrorNotifier.h
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
DTTDCErrorWord
Definition:
DTDDUWords.h:663
DTTDCErrorNotifier::~DTTDCErrorNotifier
virtual ~DTTDCErrorNotifier()
Destructor.
Definition:
DTTDCErrorNotifier.cc:17
Generated for CMSSW Reference Manual by
1.8.11