CMS 3D CMS Logo

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