CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
RungeKuttaTrackerPropagator_cfi Namespace Reference

Variables

tuple RungeKuttaTrackerPropagator
 

Variable Documentation

tuple RungeKuttaTrackerPropagator_cfi.RungeKuttaTrackerPropagator
Initial value:
1 = cms.ESProducer("PropagatorWithMaterialESProducer",
2  MaxDPhi = cms.double(1.6),
3  ComponentName = cms.string('RungeKuttaTrackerPropagator'),
4  Mass = cms.double(0.105),
5  PropagationDirection = cms.string('alongMomentum'),
6  useRungeKutta = cms.bool(True),
7 # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle.
8 # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value,
9 # to prevent this scattering angle becoming too big.
10  ptMin = cms.double(-1.)
11 )

Definition at line 3 of file RungeKuttaTrackerPropagator_cfi.py.