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
CSCRawToDigi
interface
CSCMonitorInterface.h
Go to the documentation of this file.
1
#ifndef EventFilter_CSCRawToDigi_CSCMonitorInterface_h
2
#define EventFilter_CSCRawToDigi_CSCMonitorInterface_h
3
13
class
CSCDCCEventData
;
14
class
CSCDCCExaminer
;
15
16
class
CSCMonitorInterface
{
17
public
:
18
CSCMonitorInterface
() {}
19
virtual
~CSCMonitorInterface
() {}
20
// virtual void process(CSCDCCEventData & dccData)=0;
21
virtual
void
process
(
CSCDCCExaminer
* examiner,
CSCDCCEventData
* dccData) = 0;
22
23
private
:
24
};
25
26
#endif
CSCDCCEventData
01/20/05 A.Tumanov
Definition:
CSCDCCEventData.h:13
CSCDCCExaminer
Definition:
CSCDCCExaminer.h:15
CSCMonitorInterface::CSCMonitorInterface
CSCMonitorInterface()
Definition:
CSCMonitorInterface.h:18
CSCMonitorInterface::process
virtual void process(CSCDCCExaminer *examiner, CSCDCCEventData *dccData)=0
CSCMonitorInterface::~CSCMonitorInterface
virtual ~CSCMonitorInterface()
Definition:
CSCMonitorInterface.h:19
CSCMonitorInterface
Definition:
CSCMonitorInterface.h:16
Generated for CMSSW Reference Manual by
1.8.14