CMS 3D CMS Logo

GsfTrajectoryFitter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 GsfTrajectoryFitter = cms.ESProducer("GsfTrajectoryFitterESProducer",
4  ComponentName = cms.string('GsfTrajectoryFitter'),
5  GeometricalPropagator = cms.string('fwdAnalyticalPropagator'),
6  MaterialEffectsUpdator = cms.string('ElectronMaterialEffects'),
7  Merger = cms.string('CloseComponentsMerger5D'),
8  RecoGeometry = cms.string('GlobalDetLayerGeometry')
9 )