CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TrackingTools/TrackFitters/python/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     RecoGeometry = cms.string('GlobalDetLayerGeometry'),                                
00010     Propagator = cms.string('PropagatorWithMaterial')
00011 )
00012 
00013