Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
DTTDCErrorNotifier::DTTDCErrorNotifier
(
DTTDCErrorWord
error
) : error_(
error
) {}
14
15
DTTDCErrorNotifier::~DTTDCErrorNotifier
() {}
16
17
void
DTTDCErrorNotifier::print
() {
18
cout
<<
"[DTUnpackingModule]: WARNING!! TDC Error of type "
<<
error_
.
tdcError
() <<
", from TDC "
<<
error_
.
tdcID
()
19
<< endl;
20
}
DTTDCErrorNotifier.h
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
relativeConstraints.error
error
Definition:
relativeConstraints.py:53
DTTDCErrorNotifier::~DTTDCErrorNotifier
virtual ~DTTDCErrorNotifier()
Destructor.
Definition:
DTTDCErrorNotifier.cc:15
DTTDCErrorWord
Definition:
DTDDUWords.h:510
DTTDCErrorNotifier::DTTDCErrorNotifier
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
Definition:
DTTDCErrorNotifier.cc:13
DTTDCErrorNotifier::error_
DTTDCErrorWord error_
Definition:
DTTDCErrorNotifier.h:26
DTTDCErrorWord::tdcError
int tdcError() const
Definition:
DTDDUWords.h:526
std
Definition:
JetResolutionObject.h:76
DTTDCErrorWord::tdcID
int tdcID() const
<== OBSOLETE!!
Definition:
DTDDUWords.h:525
DTTDCErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTTDCErrorNotifier.cc:17
Generated for CMSSW Reference Manual by
1.8.16