3 KFFittingSmootherForElectrons = cms.ESProducer(
4 "KFFittingSmootherESProducer",
5 EstimateCut = cms.double(60.0),
6 Fitter = cms.string(
'KFFitter'),
7 MinNumberOfHits = cms.int32(5),
8 Smoother = cms.string(
'KFSmoother'),
9 BreakTrajWith2ConsecutiveMissing = cms.bool(
True),
10 ComponentName = cms.string(
'KFFittingSmootherForElectrons'),
11 NoInvalidHitsBeginEnd = cms.bool(
True),
12 RejectTracks = cms.bool(
True),
13 LogPixelProbabilityCut = cms.double(-16)