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