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
DTTDCErrorNotifier.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/DTTDCErrorNotifier.h
>
9
10
//using namespace edm;
11
using namespace
std;
12
13
#include <iostream>
14
15
16
DTTDCErrorNotifier::DTTDCErrorNotifier
(
DTTDCErrorWord
error
): error_(error) {}
17
18
19
DTTDCErrorNotifier::~DTTDCErrorNotifier
() {}
20
21
22
void
DTTDCErrorNotifier::print
() {
23
24
cout
<<
"[DTUnpackingModule]: WARNING!! TDC Error of type "
<<
error_
.
tdcError
()
25
<<
", from TDC "
<<
error_
.
tdcID
()<<endl;
26
27
}
DTTDCErrorWord::tdcError
int tdcError() const
Definition:
DTDDUWords.h:702
DTTDCErrorNotifier::error_
DTTDCErrorWord error_
Definition:
DTTDCErrorNotifier.h:31
DTTDCErrorNotifier::DTTDCErrorNotifier
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
Definition:
DTTDCErrorNotifier.cc:16
DTTDCErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTTDCErrorNotifier.cc:22
DTTDCErrorWord::tdcID
int tdcID() const
<== OBSOLETE!!
Definition:
DTDDUWords.h:701
DTTDCErrorNotifier.h
gather_cfg.cout
tuple cout
Definition:
gather_cfg.py:121
DTTDCErrorWord
Definition:
DTDDUWords.h:683
error
Definition:
MessageDispatcher.h:11
DTTDCErrorNotifier::~DTTDCErrorNotifier
virtual ~DTTDCErrorNotifier()
Destructor.
Definition:
DTTDCErrorNotifier.cc:19
Generated for CMSSW Reference Manual by
1.8.5