1 import FWCore.ParameterSet.Config
as cms
3 SmartPropagatorOpposite = cms.ESProducer(
"SmartPropagatorESProducer",
4 ComponentName = cms.string(
'SmartPropagatorOpposite'),
5 TrackerPropagator = cms.string(
'PropagatorWithMaterialOpposite'),
6 MuonPropagator = cms.string(
'SteppingHelixPropagatorOpposite'),
7 PropagationDirection = cms.string(
'oppositeToMomentum'),
8 Epsilon = cms.double(5.0)