cms.ESProducer("KFFittingSmootherESProducer",    BreakTrajWith2ConsecutiveMissing = cms.bool(False),    ComponentName = cms.string('hltESPKFFittingSmootherForL2Muon'),    EstimateCut = cms.double(-1.0),    Fitter = cms.string('hltESPKFTrajectoryFitterForL2Muon'),    LogPixelProbabilityCut = cms.double(-16.0),    MaxFractionOutliers = cms.double(0.3),    MaxNumberOfOutliers = cms.int32(3),    MinDof = cms.int32(2),    MinNumberOfHits = cms.int32(5),    NoInvalidHitsBeginEnd = cms.bool(False),    NoOutliersBeginEnd = cms.bool(False),    RejectTracks = cms.bool(True),    Smoother = cms.string('hltESPKFTrajectorySmootherForL2Muon'),    appendToDataLabel = cms.string(''))