CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GsfElectronTrajectorySmoother_cfi.py
Go to the documentation of this file.
2 
3 GsfTrajectorySmoother = cms.ESProducer("GsfTrajectorySmootherESProducer",
4  Merger = cms.string('CloseComponentsMerger5D'),
5  ComponentName = cms.string('GsfTrajectorySmoother'),
6  MaterialEffectsUpdator = cms.string('ElectronMaterialEffects'),
7  ErrorRescaling = cms.double(100.0),
8  GeometricalPropagator = cms.string('bwdAnalyticalPropagator'),
9  RecoGeometry = cms.string('GlobalDetLayerGeometry')
10 )
11 
12