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
RecoTracker
TrackProducer
python
CTFFinalFitWithMaterialP5_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
TrackingTools.KalmanUpdators.KFUpdatorESProducer_cfi
import
*
4
from
TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi
import
*
5
from
TrackingTools.MaterialEffects.Propagators_cff
import
*
6
from
TrackingTools.TrackFitters.TrackFitters_cff
import
*
7
from
RecoLocalTracker.SiStripRecHitConverter.StripCPEfromTrackAngle_cfi
import
*
8
from
RecoLocalTracker.SiStripRecHitConverter.SiStripRecHitMatcher_cfi
import
*
9
from
RecoTracker.TransientTrackingRecHit.TransientTrackingRecHitBuilder_cfi
import
*
10
11
12
#could it just use the standard KFFittingSmootherWithOutliersRejectionAndRK ??
13
import
TrackingTools.TrackFitters.KFFittingSmoother_cfi
14
FittingSmootherRKP5 = TrackingTools.TrackFitters.KFFittingSmoother_cfi.KFFittingSmoother.clone(
15
ComponentName =
'FittingSmootherRKP5'
,
16
Fitter =
'RKFitter'
,
17
Smoother =
'RKSmoother'
,
18
MinNumberOfHits = 4,
#why is this set to 4??
19
EstimateCut = 20.0,
20
BreakTrajWith2ConsecutiveMissing =
False
21
)
22
23
import
RecoTracker.TrackProducer.TrackProducer_cfi
24
ctfWithMaterialTracksCosmics = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
25
src =
'ckfTrackCandidatesP5'
,
26
Fitter =
'FittingSmootherRKP5'
,
27
#TTRHBuilder = 'WithTrackAngle',
28
AlgorithmName =
'ctf'
,
29
GeometricInnerState =
True
30
)
SiStripRecHitMatcher_cfi
Propagators_cff
KFUpdatorESProducer_cfi
KFFittingSmoother_cfi
TrackProducer_cfi
TransientTrackingRecHitBuilder_cfi
StripCPEfromTrackAngle_cfi
TrackFitters_cff
Chi2MeasurementEstimator_cfi
Generated for CMSSW Reference Manual by
1.8.16