CMS 3D CMS Logo

SmartPropagatorRKOpposite_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SmartPropagatorRKOpposite = cms.ESProducer("SmartPropagatorESProducer",
4  ComponentName = cms.string('SmartPropagatorRKOpposite'),
5  TrackerPropagator = cms.string('RungeKuttaTrackerPropagatorOpposite'),
6  MuonPropagator = cms.string('SteppingHelixPropagatorOpposite'),
7  PropagationDirection = cms.string('oppositeToMomentum'),
8  Epsilon = cms.double(5.0)
9  )
10 
11