CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
21 # Take care to avoid interferences with other things
22 # using KFTrajectoryFitter and KFTrajectorySmoother...
23 TrackRefitter.Propagator = 'AnalyticalPropagator'
24 KFTrajectoryFitter.Propagator = 'AnalyticalPropagator'
25 KFTrajectorySmoother.Propagator = 'AnalyticalPropagator'
26