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

Definition at line 3 of file RungeKuttaTrackerPropagator_cfi.py.