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
TrackFindingTracklet
interface
HybridFit.h
Go to the documentation of this file.
1
#ifndef L1Trigger_TrackFindingTracklet_interface_HybridFit_h
2
#define L1Trigger_TrackFindingTracklet_interface_HybridFit_h
3
4
#include "
L1Trigger/TrackFindingTracklet/interface/Settings.h
"
5
#include "
L1Trigger/TrackFindingTracklet/interface/Globals.h
"
6
7
#ifdef USEHYBRID
8
#include "
DataFormats/L1TrackTrigger/interface/TTStub.h
"
9
#include "
DataFormats/L1TrackTrigger/interface/TTCluster.h
"
10
#include "
L1Trigger/TrackFindingTMTT/interface/L1track3D.h
"
11
#include "
L1Trigger/TrackFindingTMTT/interface/Stub.h
"
12
#include "
L1Trigger/TrackFindingTMTT/interface/KFParamsComb.h
"
13
#include "
L1Trigger/TrackFindingTMTT/interface/Settings.h
"
14
#include "
L1Trigger/TrackFindingTMTT/interface/L1fittedTrack.h
"
15
#include "
L1Trigger/TrackFindingTMTT/interface/KFTrackletTrack.h
"
16
#endif
17
18
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
19
20
#include <vector>
21
22
namespace
trklet
{
23
24
class
Stub;
25
class
L1TStub;
26
class
Tracklet;
27
28
class
HybridFit
{
29
public
:
30
HybridFit
(
unsigned
int
iSector,
Settings
const
& settings,
Globals
* globals);
31
32
~HybridFit
() =
default
;
33
34
void
Fit
(
Tracklet
* tracklet, std::vector<const Stub*>& trackstublist);
35
36
private
:
37
unsigned
int
iSector_
;
38
39
Settings
const
&
settings_
;
40
Globals
*
globals_
;
41
};
42
};
// namespace trklet
43
#endif
trklet::HybridFit::HybridFit
HybridFit(unsigned int iSector, Settings const &settings, Globals *globals)
trklet::HybridFit::iSector_
unsigned int iSector_
Definition:
HybridFit.h:37
Settings.h
trklet::HybridFit::settings_
Settings const & settings_
Definition:
HybridFit.h:39
trklet::Tracklet
Definition:
Tracklet.h:27
trklet::HybridFit::~HybridFit
~HybridFit()=default
MessageLogger.h
trklet::Settings
Definition:
Settings.h:52
L1track3D.h
trklet::HybridFit::Fit
void Fit(Tracklet *tracklet, std::vector< const Stub *> &trackstublist)
L1fittedTrack.h
TTCluster.h
trklet::HybridFit
Definition:
HybridFit.h:28
KFTrackletTrack.h
Globals.h
Stub.h
Settings.h
KFParamsComb.h
TTStub.h
trklet::Globals
Definition:
Globals.h:30
trklet::HybridFit::globals_
Globals * globals_
Definition:
HybridFit.h:40
trklet
Definition:
AllInnerStubsMemory.h:10
Generated for CMSSW Reference Manual by
1.8.14