CMS 3D CMS Logo

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

Variables

tuple MaterialPropagator
 

Variable Documentation

tuple MaterialPropagator_cfi.MaterialPropagator
Initial value:
1 = cms.ESProducer("PropagatorWithMaterialESProducer",
2  MaxDPhi = cms.double(1.6),
3  ComponentName = cms.string('PropagatorWithMaterial'),
4  Mass = cms.double(0.105),
5  PropagationDirection = cms.string('alongMomentum'),
6  useRungeKutta = cms.bool(False),
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 MaterialPropagator_cfi.py.