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
TrackingTools
TransientTrack
src
TransientTrackFromFTSFactory.cc
Go to the documentation of this file.
1
#include "
TrackingTools/TransientTrack/interface/TransientTrackFromFTSFactory.h
"
2
#include "
TrackingTools/TransientTrack/interface/TransientTrackFromFTS.h
"
3
4
using namespace
reco
;
5
using namespace
std
;
6
7
TransientTrack
TransientTrackFromFTSFactory::build
(
const
FreeTrajectoryState
& fts)
const
{
8
return
TransientTrack
(
new
TransientTrackFromFTS
(fts));
9
}
10
11
TransientTrack
TransientTrackFromFTSFactory::build
(
12
const
FreeTrajectoryState
& fts,
const
edm::ESHandle<GlobalTrackingGeometry>
& trackingGeometry)
const
{
13
return
TransientTrack
(
new
TransientTrackFromFTS
(fts, trackingGeometry));
14
}
TransientTrackFromFTSFactory::build
reco::TransientTrack build(const FreeTrajectoryState &fts) const
Definition:
TransientTrackFromFTSFactory.cc:7
std
Definition:
JetResolutionObject.h:76
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:27
edm::ESHandle< GlobalTrackingGeometry >
reco::TransientTrackFromFTS
Definition:
TransientTrackFromFTS.h:16
reco::TransientTrack
Definition:
TransientTrack.h:19
TransientTrackFromFTSFactory.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
TransientTrackFromFTS.h
Generated for CMSSW Reference Manual by
1.8.14