CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/FastSimulation/Tracking/python/KFFittingSmootherFifth_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 KFFittingSmootherFifth = cms.ESProducer(
00004     "KFFittingSmootherESProducer",
00005 #    EstimateCut = cms.double(20),
00006     EstimateCut = cms.double(-1),
00007     Fitter = cms.string('KFFitter'),
00008 #    MinNumberOfHits = cms.int32(7),
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 )