00001 import FWCore.ParameterSet.Config as cms 00002 00003 KFFittingSmootherForElectrons = cms.ESProducer( 00004 "KFFittingSmootherESProducer", 00005 EstimateCut = cms.double(60.0), 00006 Fitter = cms.string('KFFitter'), 00007 MinNumberOfHits = cms.int32(5), 00008 Smoother = cms.string('KFSmoother'), 00009 BreakTrajWith2ConsecutiveMissing = cms.bool(True), 00010 ComponentName = cms.string('KFFittingSmootherForElectrons'), 00011 NoInvalidHitsBeginEnd = cms.bool(True), 00012 RejectTracks = cms.bool(True) 00013 )