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
L1Trigger
L1TMuonBarrel
interface
L1TMuonBarrelKalmanTrackFinder.h
Go to the documentation of this file.
1
#ifndef L1TMUONBARRELKALMANTRACKFINDER_H
2
#define L1TMUONBARRELKALMANTRACKFINDER_H
3
4
#include "
DataFormats/L1TMuon/interface/L1MuKBMTCombinedStub.h
"
5
#include "
L1Trigger/L1TMuonBarrel/interface/L1TMuonBarrelKalmanAlgo.h
"
6
#include "
L1Trigger/L1TMuonBarrel/interface/L1TMuonBarrelKalmanSectorProcessor.h
"
7
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
10
class
L1TMuonBarrelKalmanTrackFinder
{
11
public
:
12
L1TMuonBarrelKalmanTrackFinder
(
const
edm::ParameterSet
&);
13
~L1TMuonBarrelKalmanTrackFinder
();
14
15
L1MuKBMTrackCollection
process
(
L1TMuonBarrelKalmanAlgo
*,
const
L1MuKBMTCombinedStubRefVector
&
stubs
,
int
bx
);
16
17
private
:
18
int
verbose_
;
19
std::vector<L1TMuonBarrelKalmanSectorProcessor>
sectors_
;
20
};
21
22
#endif
SimL1Emulator_cff.stubs
stubs
Definition:
SimL1Emulator_cff.py:168
L1TMuonBarrelKalmanAlgo.h
L1TMuonBarrelKalmanTrackFinder::process
L1MuKBMTrackCollection process(L1TMuonBarrelKalmanAlgo *, const L1MuKBMTCombinedStubRefVector &stubs, int bx)
Definition:
L1TMuonBarrelKalmanTrackFinder.cc:13
L1TMuonBarrelKalmanSectorProcessor.h
nano_mu_digi_cff.bx
bx
Definition:
nano_mu_digi_cff.py:41
L1MuKBMTCombinedStubRefVector
std::vector< edm::Ref< L1MuKBMTCombinedStubCollection > > L1MuKBMTCombinedStubRefVector
Definition:
L1MuKBMTCombinedStub.h:43
ParameterSet.h
L1TMuonBarrelKalmanTrackFinder::L1TMuonBarrelKalmanTrackFinder
L1TMuonBarrelKalmanTrackFinder(const edm::ParameterSet &)
Definition:
L1TMuonBarrelKalmanTrackFinder.cc:3
L1TMuonBarrelKalmanAlgo
Definition:
L1TMuonBarrelKalmanAlgo.h:16
L1TMuonBarrelKalmanTrackFinder
Definition:
L1TMuonBarrelKalmanTrackFinder.h:10
L1MuKBMTCombinedStub.h
L1MuKBMTrackCollection
std::vector< L1MuKBMTrack > L1MuKBMTrackCollection
Definition:
L1MuKBMTrack.h:15
L1TMuonBarrelKalmanTrackFinder::sectors_
std::vector< L1TMuonBarrelKalmanSectorProcessor > sectors_
Definition:
L1TMuonBarrelKalmanTrackFinder.h:19
L1TMuonBarrelKalmanTrackFinder::verbose_
int verbose_
Definition:
L1TMuonBarrelKalmanTrackFinder.h:18
edm::ParameterSet
Definition:
ParameterSet.h:48
L1TMuonBarrelKalmanTrackFinder::~L1TMuonBarrelKalmanTrackFinder
~L1TMuonBarrelKalmanTrackFinder()
Definition:
L1TMuonBarrelKalmanTrackFinder.cc:11
Generated for CMSSW Reference Manual by
1.8.14