1 import FWCore.ParameterSet.Config
as cms
3 lowPtGsfEleFittingSmoother = cms.ESProducer(
"KFFittingSmootherESProducer",
4 BreakTrajWith2ConsecutiveMissing = cms.bool(
True),
5 ComponentName = cms.string(
'lowPtGsfEleFittingSmoother'),
6 EstimateCut = cms.double(-1),
7 Fitter = cms.string(
'GsfTrajectoryFitter'),
8 LogPixelProbabilityCut = cms.double(0),
9 MaxFractionOutliers = cms.double(0.3),
10 MaxNumberOfOutliers = cms.int32(3),
11 MinDof = cms.int32(2),
12 MinNumberOfHits = cms.int32(2),
13 NoInvalidHitsBeginEnd = cms.bool(
True),
14 NoOutliersBeginEnd = cms.bool(
False),
15 RejectTracks = cms.bool(
True),
16 Smoother = cms.string(
'GsfTrajectorySmoother'),
17 appendToDataLabel = cms.string(
'')