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
DTROSErrorNotifier.cc
Go to the documentation of this file.
1
/* file
2
*
3
* \author M. Zanetti INFN Padova
4
*/
5
6
#include <
EventFilter/DTRawToDigi/plugins/DTROSErrorNotifier.h
>
7
8
//using namespace edm;
9
using namespace
std
;
10
11
#include <iostream>
12
13
DTROSErrorNotifier::DTROSErrorNotifier
(
DTROSErrorWord
error
) : error_(
error
) {}
14
15
DTROSErrorNotifier::~DTROSErrorNotifier
() {}
16
17
void
DTROSErrorNotifier::print
() {
18
cout
<<
"[DTUnpackingModule]: WARNING!! ROS Error of type "
<<
error_
.
errorType
() <<
", from ROB "
<<
error_
.
robID
()
19
<< endl;
20
}
DTROSErrorWord::robID
int robID() const
Definition:
DTDDUWords.h:271
DTROSErrorNotifier::print
void print()
Print out the error information >>> FIXME: to be implemented.
Definition:
DTROSErrorNotifier.cc:17
relativeConstraints.error
error
Definition:
relativeConstraints.py:53
DTROSErrorWord::errorType
int errorType() const
Definition:
DTDDUWords.h:270
DTROSErrorNotifier::DTROSErrorNotifier
DTROSErrorNotifier(DTROSErrorWord error)
Constructor.
Definition:
DTROSErrorNotifier.cc:13
std
Definition:
JetResolutionObject.h:76
DTROSErrorNotifier.h
DTROSErrorNotifier::error_
DTROSErrorWord error_
Definition:
DTROSErrorNotifier.h:26
DTROSErrorWord
Definition:
DTDDUWords.h:260
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
DTROSErrorNotifier::~DTROSErrorNotifier
virtual ~DTROSErrorNotifier()
Destructor.
Definition:
DTROSErrorNotifier.cc:15
Generated for CMSSW Reference Manual by
1.8.14