File indexing completed on 2022-05-16 23:55:45
0001 import FWCore.ParameterSet.Config as cms
0002
0003 KFTrajectorySmoother = cms.ESProducer('KFTrajectorySmootherESProducer',
0004 ComponentName = cms.string('KFSmoother'),
0005 Propagator = cms.string('PropagatorWithMaterial'),
0006 Updator = cms.string('KFUpdator'),
0007 Estimator = cms.string('Chi2'),
0008 RecoGeometry = cms.string('GlobalDetLayerGeometry'),
0009 errorRescaling = cms.double(100),
0010 minHits = cms.int32(3),
0011 appendToDataLabel = cms.string('')
0012 )