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
src
TTUPointingLogic.cc
Go to the documentation of this file.
1
// Include files
2
3
// local
4
#include "
L1Trigger/RPCTechnicalTrigger/interface/TTUPointingLogic.h
"
5
6
//-----------------------------------------------------------------------------
7
// Implementation file for class : TTUPointingLogic
8
//
9
// 2009-07-29 : Andres Felipe Osorio Oliveros
10
//-----------------------------------------------------------------------------
11
12
//=============================================================================
13
// Standard constructor, initializes variables
14
//=============================================================================
15
TTUPointingLogic::TTUPointingLogic
() {
16
m_triggersignal
=
false
;
17
18
m_debug
=
false
;
19
}
20
//=============================================================================
21
// Destructor
22
//=============================================================================
23
TTUPointingLogic::~TTUPointingLogic
() {}
24
25
//=============================================================================
26
void
TTUPointingLogic::setBoardSpecs
(
const
TTUBoardSpecs::TTUBoardConfig
& boardspecs) {
27
m_wedgeLogic
->
setBoardSpecs
(boardspecs);
28
}
29
30
bool
TTUPointingLogic::process
(
const
TTUInput
& inmap) {
31
if
(
m_debug
)
32
std::cout
<<
"TTUPointingLogic::process starts"
<< std::endl;
33
34
m_triggersignal
=
false
;
35
36
//m_ttuLogic->process( inmap );
37
38
if
(
m_debug
)
39
std::cout
<<
"TTUPointingLogic>process ends"
<< std::endl;
40
41
return
true
;
42
}
TTUPointingLogic::m_wedgeLogic
TTUWedgeORLogic * m_wedgeLogic
Definition:
TTUPointingLogic.h:39
TTUPointingLogic::TTUPointingLogic
TTUPointingLogic()
Standard constructor.
Definition:
TTUPointingLogic.cc:15
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
TTUPointingLogic::~TTUPointingLogic
~TTUPointingLogic() override
Destructor.
Definition:
TTUPointingLogic.cc:23
TTUPointingLogic::m_debug
bool m_debug
Definition:
TTUPointingLogic.h:37
TTUInput
Definition:
TTUInput.h:18
TTUPointingLogic.h
TTUBoardSpecs::TTUBoardConfig
Definition:
TTUBoardSpecs.h:25
TTUPointingLogic::process
bool process(const TTUInput &) override
Definition:
TTUPointingLogic.cc:30
TTUPointingLogic::setBoardSpecs
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
Definition:
TTUPointingLogic.cc:26
TTULogic::m_triggersignal
bool m_triggersignal
Definition:
TTULogic.h:30
TTUWedgeORLogic::setBoardSpecs
void setBoardSpecs(const TTUBoardSpecs::TTUBoardConfig &) override
Definition:
TTUWedgeORLogic.cc:50
Generated for CMSSW Reference Manual by
1.8.16