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