CMS 3D CMS Logo

KFFittingSmootherESProducer_cfi.py

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

Generated on Tue Jun 9 17:48:31 2009 for CMSSW by  doxygen 1.5.4