Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 KFFittingSmootherFifth = cms.ESProducer(
00004 "KFFittingSmootherESProducer",
00005
00006 EstimateCut = cms.double(-1),
00007 Fitter = cms.string('KFFitter'),
00008
00009 MinNumberOfHits = cms.int32(4),
00010 Smoother = cms.string('KFSmoother'),
00011 BreakTrajWith2ConsecutiveMissing = cms.bool(True),
00012 ComponentName = cms.string('KFFittingSmootherFifth'),
00013 NoInvalidHitsBeginEnd = cms.bool(True),
00014 RejectTracks = cms.bool(True),
00015 LogPixelProbabilityCut = cms.double(-16)
00016 )