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
Alignment
MillePedeAlignmentAlgorithm
python
RefitterAnalytical_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoTracker.TrackProducer.TrackRefitter_cfi
import
*
4
# Adjust to your needs:
5
# replace TrackRefitter.src = "AlignmentTracks"
6
# replace TrackRefitter.TrajectoryInEvent = true
7
# All conditions should be included centrally, but you'll need some for the lorentz angle:
8
# include "CalibTracker/Configuration/data/SiStrip_FakeLorentzAngle.cff"
9
from
TrackingTools.KalmanUpdators.KFUpdatorESProducer_cfi
import
*
10
from
TrackingTools.TrackFitters.KFTrajectoryFitter_cfi
import
*
11
from
TrackingTools.TrackFitters.KFTrajectorySmoother_cfi
import
*
12
from
TrackingTools.TrackFitters.KFFittingSmoother_cfi
import
*
13
from
TrackingTools.GeomPropagators.AnalyticalPropagator_cfi
import
*
14
from
TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi
import
*
15
# Not to loose hits/tracks, we might want to open the allowed chi^2 contribution for single hits:
16
# replace Chi2MeasurementEstimator.MaxChi2 = 50. # untested, default 30
17
from
RecoLocalTracker.SiStripRecHitConverter.StripCPEfromTrackAngle_cfi
import
*
18
from
RecoLocalTracker.SiStripRecHitConverter.SiStripRecHitMatcher_cfi
import
*
19
from
RecoTracker.TransientTrackingRecHit.TransientTrackingRecHitBuilder_cfi
import
*
20
# Take care to avoid interferences with other things
21
# using KFTrajectoryFitter and KFTrajectorySmoother...
22
TrackRefitter.Propagator =
'AnalyticalPropagator'
23
KFTrajectoryFitter.Propagator =
'AnalyticalPropagator'
24
KFTrajectorySmoother.Propagator =
'AnalyticalPropagator'
25
StripCPEfromTrackAngle_cfi
SiStripRecHitMatcher_cfi
KFUpdatorESProducer_cfi
TransientTrackingRecHitBuilder_cfi
KFTrajectorySmoother_cfi
KFFittingSmoother_cfi
KFTrajectoryFitter_cfi
Chi2MeasurementEstimator_cfi
TrackRefitter_cfi
AnalyticalPropagator_cfi
Generated for CMSSW Reference Manual by
1.8.14