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
n
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
c
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
src
EventFilter
DTRawToDigi
plugins
DTTDCErrorNotifier.h
Go to the documentation of this file.
1
#ifndef DTTDCErrorNotifier_h
2
#define DTTDCErrorNotifier_h
3
9
#include <
DataFormats/DTDigi/interface/DTDDUWords.h
>
10
//class DTTDCErrorWord;
11
12
class
DTTDCErrorNotifier
{
13
public
:
15
DTTDCErrorNotifier
(
DTTDCErrorWord
error
);
16
18
virtual
~DTTDCErrorNotifier
();
19
21
void
print
();
22
23
// >>> FIXME: Other methods to notify? to whom?
24
25
private
:
26
DTTDCErrorWord
error_
;
27
};
28
29
#endif
DTTDCErrorNotifier
Definition:
DTTDCErrorNotifier.h:12
relativeConstraints.error
error
Definition:
relativeConstraints.py:53
DTTDCErrorNotifier::error_
DTTDCErrorWord error_
Definition:
DTTDCErrorNotifier.h:26
DTTDCErrorNotifier::DTTDCErrorNotifier
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
Definition:
DTTDCErrorNotifier.cc:13
DTTDCErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTTDCErrorNotifier.cc:17
DTDDUWords.h
DTTDCErrorWord
Definition:
DTDDUWords.h:490
DTTDCErrorNotifier::~DTTDCErrorNotifier
virtual ~DTTDCErrorNotifier()
Destructor.
Definition:
DTTDCErrorNotifier.cc:15
Generated for CMSSW Reference Manual by
1.8.14