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