CMS 3D CMS Logo

RefitterAnalytical_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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"
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
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