CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFTrajectorySmootherESProducer_cfi.py
Go to the documentation of this file.
2 
3 KFTrajectorySmoother = cms.ESProducer("KFTrajectorySmootherESProducer",
4  errorRescaling = cms.double(100.0),
5  minHits = cms.int32(3),
6  ComponentName = cms.string('KFSmoother'),
7  Estimator = cms.string('Chi2'),
8  Updator = cms.string('KFUpdator'),
9  RecoGeometry = cms.string('GlobalDetLayerGeometry'),
10  Propagator = cms.string('PropagatorWithMaterial')
11 )
12 
13