CMS 3D CMS Logo

GsfTrajectorySmoother_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 GsfTrajectorySmoother = cms.ESProducer("GsfTrajectorySmootherESProducer",
4  ComponentName = cms.string('GsfTrajectorySmoother'),
5  ErrorRescaling = cms.double(100.0),
6  GeometricalPropagator = cms.string('bwdAnalyticalPropagator'),
7  MaterialEffectsUpdator = cms.string('ElectronMaterialEffects'),
8  Merger = cms.string('CloseComponentsMerger5D'),
9  RecoGeometry = cms.string('GlobalDetLayerGeometry')
10 )