CMS 3D CMS Logo

KFTrajectorySmootherESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 KFTrajectorySmoother = cms.ESProducer("kFTrajectorySmootherESProducer",
00004     errorRescaling = cms.double(100.0),
00005     minHits = cms.int32(3),
00006     ComponentName = cms.string('KFSmoother'),
00007     Estimator = cms.string('Chi2'),
00008     Updator = cms.string('KFUpdator'),
00009     Propagator = cms.string('PropagatorWithMaterial')
00010 )
00011 
00012 

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