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
RecoTracker
TrackProducer
python
CTFFinalFitAnalytical_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# magnetic field
4
# cms geometry
5
6
# tracker geometry
7
# tracker numbering
8
# KFUpdatoerESProducer
9
from
TrackingTools.KalmanUpdators.KFUpdatorESProducer_cfi
import
*
10
# Chi2MeasurementEstimatorESProducer
11
from
TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi
import
*
12
# KFTrajectoryFitterESProducer
13
from
TrackingTools.TrackFitters.KFTrajectoryFitter_cfi
import
*
14
# KFTrajectorySmootherESProducer
15
from
TrackingTools.TrackFitters.KFTrajectorySmoother_cfi
import
*
16
# KFFittingSmootherESProducer
17
from
TrackingTools.TrackFitters.KFFittingSmoother_cfi
import
*
18
# AnalyticalPropagatorESProducer
19
from
TrackingTools.GeomPropagators.AnalyticalPropagator_cfi
import
*
20
# AnalyticalPropagatorESProducer
21
from
TrackingTools.GeomPropagators.OppositeAnalyticalPropagator_cfi
import
*
22
# PropagatorWithMaterialESProducer
23
from
TrackingTools.MaterialEffects.MaterialPropagator_cfi
import
*
24
# PropagatorWithMaterialESProducer
25
from
TrackingTools.MaterialEffects.OppositeMaterialPropagator_cfi
import
*
26
# stripCPE
27
from
RecoLocalTracker.SiStripRecHitConverter.StripCPEfromTrackAngle_cfi
import
*
28
from
RecoLocalTracker.SiStripRecHitConverter.SiStripRecHitMatcher_cfi
import
*
29
#TransientTrackingBuilder
30
from
RecoTracker.TransientTrackingRecHit.TransientTrackingRecHitBuilder_cfi
import
*
31
# TrackProducer
32
33
import
RecoTracker.TrackProducer.TrackProducer_cfi
34
35
ctfAnalyticalTracks = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
36
src =
'ckfTrackCandidates'
,
37
Fitter =
'KFFittingSmoother'
,
38
TTRHBuilder =
'WithTrackAngle'
,
39
Propagator =
'AnalyticalPropagator'
40
)
41
OppositeMaterialPropagator_cfi
OppositeAnalyticalPropagator_cfi
StripCPEfromTrackAngle_cfi
SiStripRecHitMatcher_cfi
MaterialPropagator_cfi
KFUpdatorESProducer_cfi
TransientTrackingRecHitBuilder_cfi
TrackProducer_cfi
KFTrajectorySmoother_cfi
KFFittingSmoother_cfi
KFTrajectoryFitter_cfi
Chi2MeasurementEstimator_cfi
AnalyticalPropagator_cfi
Generated for CMSSW Reference Manual by
1.8.14