CMS 3D CMS Logo

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