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
L1Trigger
RPCTechnicalTrigger
interface
TTULogic.h
Go to the documentation of this file.
1
#ifndef INTERFACE_TTULOGIC_H
2
#define INTERFACE_TTULOGIC_H 1
3
4
// Include files
5
#include "
L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h
"
6
#include "
CondFormats/RPCObjects/interface/TTUBoardSpecs.h
"
7
18
class
TTULogic
{
19
public
:
20
virtual
~TTULogic
(){};
21
22
virtual
bool
process
(
const
TTUInput
&) = 0;
23
24
virtual
void
setBoardSpecs
(
const
TTUBoardSpecs::TTUBoardConfig
&) = 0;
25
26
virtual
void
setOption
(
int
option
) {
m_option
=
option
; };
27
28
int
m_option
;
29
30
bool
m_triggersignal
;
31
32
protected
:
33
private
:
34
};
35
#endif // INTERFACE_TTULOGIC_H
TTULogic::setOption
virtual void setOption(int option)
Definition:
TTULogic.h:26
TTULogic
Definition:
TTULogic.h:18
TTULogic::~TTULogic
virtual ~TTULogic()
Definition:
TTULogic.h:20
TTULogic::setBoardSpecs
virtual void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &)=0
TTULogic::m_triggersignal
bool m_triggersignal
Definition:
TTULogic.h:30
TTULogic::m_option
int m_option
Definition:
TTULogic.h:26
TTULogic::process
virtual bool process(const TTUInput &)=0
TTUBoardSpecs::TTUBoardConfig
Definition:
TTUBoardSpecs.h:25
TTUBoardSpecs.h
fileinputsource_cfi.option
option
Definition:
fileinputsource_cfi.py:88
TTUInput.h
TTUInput
Definition:
TTUInput.h:18
Generated for CMSSW Reference Manual by
1.8.14