CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/TrackingTools/GsfTracking/python/GsfElectronTrajectorySmoother_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 GsfTrajectorySmoother = cms.ESProducer("GsfTrajectorySmootherESProducer",
00004     Merger = cms.string('CloseComponentsMerger5D'),
00005     ComponentName = cms.string('GsfTrajectorySmoother'),
00006     MaterialEffectsUpdator = cms.string('ElectronMaterialEffects'),
00007     ErrorRescaling = cms.double(100.0),
00008     GeometricalPropagator = cms.string('bwdAnalyticalPropagator'),
00009     RecoGeometry = cms.string('GlobalDetLayerGeometry')                                
00010 )
00011 
00012