Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:31

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ElectronMaterialEffects = cms.ESProducer("GsfMaterialEffectsESProducer",
0004     BetheHeitlerParametrization = cms.string('BetheHeitler_cdfmom_nC6_O5.par'),
0005     EnergyLossUpdator = cms.string('GsfBetheHeitlerUpdator'),
0006     ComponentName = cms.string('ElectronMaterialEffects'),
0007     MultipleScatteringUpdator = cms.string('MultipleScatteringUpdator'),
0008     Mass = cms.double(0.000511),
0009     BetheHeitlerCorrection = cms.int32(2)
0010 )
0011 
0012