CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/TrackProducer/python/GsfTrackRefitter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 GsfTrackRefitter = cms.EDProducer("GsfTrackRefitter",
00004     src = cms.InputTag("pixelMatchGsfFit"),
00005     beamSpot = cms.InputTag("offlineBeamSpot"),
00006     Fitter = cms.string('GsfElectronFittingSmoother'),
00007     useHitsSplitting = cms.bool(False),
00008     TrajectoryInEvent = cms.bool(False),
00009     TTRHBuilder = cms.string('WithTrackAngle'),
00010     Propagator = cms.string('fwdGsfElectronPropagator'),
00011     constraint = cms.string(''),
00012     #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)                               
00013     NavigationSchool = cms.string(''),
00014     MeasurementTracker = cms.string(''),
00015 
00016     AlgorithmName = cms.string('gsf')
00017 )
00018 
00019