CMS 3D CMS Logo

ElectronMaterialEffects_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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')
10 )