1 import FWCore.ParameterSet.Config
as cms
3 ElectronMaterialEffects = cms.ESProducer(
"GsfMaterialEffectsESProducer",
4 BetheHeitlerParametrization = cms.string(
'BetheHeitler_cdfmom_nC6_O5.par'),
5 EnergyLossUpdator = cms.string(
'GsfBetheHeitlerUpdator'),
6 ComponentName = cms.string(
'ElectronMaterialEffects'),
7 MultipleScatteringUpdator = cms.string(
'MultipleScatteringUpdator'),
8 Mass = cms.double(0.000511),
9 BetheHeitlerCorrection = cms.int32(2)