CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/FastSimulation/Tracking/python/KFFittingSmootherWithOutlierRejection_cfi.py

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