CMS 3D CMS Logo

hltESPBwdElectronPropagator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltESPBwdElectronPropagator = cms.ESProducer("PropagatorWithMaterialESProducer",
4  ComponentName = cms.string('hltESPBwdElectronPropagator'),
5  Mass = cms.double(0.000511),
6  MaxDPhi = cms.double(1.6),
7  PropagationDirection = cms.string('oppositeToMomentum'),
8  SimpleMagneticField = cms.string(''),
9  ptMin = cms.double(-1.0),
10  useRungeKutta = cms.bool(False)
11 )