CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RungeKuttaTrackerPropagator_cfi.py
Go to the documentation of this file.
2 
3 RungeKuttaTrackerPropagator = cms.ESProducer("PropagatorWithMaterialESProducer",
4  MaxDPhi = cms.double(1.6),
5  ComponentName = cms.string('RungeKuttaTrackerPropagator'),
6  Mass = cms.double(0.105),
7  PropagationDirection = cms.string('alongMomentum'),
8  useRungeKutta = cms.bool(True),
9 # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle.
10 # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value,
11 # to prevent this scattering angle becoming too big.
12  ptMin = cms.double(-1.)
13 )
14 
15 
16