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
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
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
TTUSectorORLogic.h
Go to the documentation of this file.
1
#ifndef INTERFACE_TTUSECTORORLOGIC_H
2
#define INTERFACE_TTUSECTORORLOGIC_H 1
3
4
// Include files
5
#include "
L1Trigger/RPCTechnicalTrigger/interface/TTULogic.h
"
6
#include "
L1Trigger/RPCTechnicalTrigger/interface/TTUInput.h
"
7
8
#include <iostream>
9
#include <vector>
10
17
class
TTUSectorORLogic
:
public
TTULogic
{
18
public
:
20
TTUSectorORLogic
();
21
22
~TTUSectorORLogic
()
override
;
23
24
//... from TTULogic interface:
25
26
bool
process
(
const
TTUInput
&)
override
;
27
28
void
setBoardSpecs
(
const
TTUBoardSpecs::TTUBoardConfig
&)
override
;
29
30
//...
31
32
protected
:
33
private
:
34
bool
m_debug
;
35
36
int
m_maxsectors
;
37
};
38
#endif // INTERFACE_TTUSECTORORLOGIC_H
TTUInput.h
TTUSectorORLogic::process
bool process(const TTUInput &) override
Definition:
TTUSectorORLogic.cc:30
TTUSectorORLogic::~TTUSectorORLogic
~TTUSectorORLogic() override
Destructor.
Definition:
TTUSectorORLogic.cc:25
TTUSectorORLogic::m_debug
bool m_debug
Definition:
TTUSectorORLogic.h:34
TTUInput
Definition:
TTUInput.h:18
TTUSectorORLogic::setBoardSpecs
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
Definition:
TTUSectorORLogic.cc:28
TTULogic.h
TTUBoardSpecs::TTUBoardConfig
Definition:
TTUBoardSpecs.h:25
TTUSectorORLogic::TTUSectorORLogic
TTUSectorORLogic()
Standard constructor.
Definition:
TTUSectorORLogic.cc:15
TTUSectorORLogic::m_maxsectors
int m_maxsectors
Definition:
TTUSectorORLogic.h:36
TTUSectorORLogic
Definition:
TTUSectorORLogic.h:17
TTULogic
Definition:
TTULogic.h:18
Generated for CMSSW Reference Manual by
1.8.16