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