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  SimpleMagneticField = cms.string(""),
5  MaxDPhi = cms.double(1.6),
6  ComponentName = cms.string('RungeKuttaTrackerPropagator'),
7  Mass = cms.double(0.105),
8  PropagationDirection = cms.string('alongMomentum'),
9  useRungeKutta = cms.bool(True),
10 # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle.
11 # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value,
12 # to prevent this scattering angle becoming too big.
13  ptMin = cms.double(-1.)
14 )
15 
16 
17