CMS 3D CMS Logo

RungeKuttaKFFittingSmootherESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RKFittingSmoother = cms.ESProducer("KFFittingSmootherESProducer",
00004     EstimateCut = cms.double(-1.0),
00005     Fitter = cms.string('RKFitter'),
00006     MinNumberOfHits = cms.int32(5),
00007     Smoother = cms.string('RKSmoother'),
00008     ComponentName = cms.string('RKFittingSmoother'),
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