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