test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SmartPropagatorOpposite_cfi.py
Go to the documentation of this file.
2 
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)
9  )
10 
11