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