Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 TrackRefitter = cms.EDProducer("TrackRefitter",
00004 src = cms.InputTag("generalTracks"),
00005 beamSpot = cms.InputTag("offlineBeamSpot"),
00006 Fitter = cms.string('KFFittingSmootherWithOutliersRejectionAndRK'),
00007 TTRHBuilder = cms.string('WithAngleAndTemplate'),
00008 AlgorithmName = cms.string('undefAlgorithm'),
00009 Propagator = cms.string('RungeKuttaTrackerPropagator'),
00010
00011
00012 constraint = cms.string(''),
00013 srcConstr = cms.InputTag(''),
00014
00015
00016
00017
00018
00019
00020
00021
00022 useHitsSplitting = cms.bool(False),
00023
00024 TrajectoryInEvent = cms.bool(True),
00025
00026
00027 NavigationSchool = cms.string('SimpleNavigationSchool'),
00028 MeasurementTracker = cms.string(''),
00029
00030
00031
00032
00033 )
00034
00035