Variables | |
tuple | RungeKuttaTrackerPropagator |
00001 cms.ESProducer("PropagatorWithMaterialESProducer", 00002 MaxDPhi = cms.double(1.6), 00003 ComponentName = cms.string('RungeKuttaTrackerPropagator'), 00004 Mass = cms.double(0.105), 00005 PropagationDirection = cms.string('alongMomentum'), 00006 useRungeKutta = cms.bool(True), 00007 # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle. 00008 # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value, 00009 # to prevent this scattering angle becoming too big. 00010 ptMin = cms.double(-1.) 00011 )
Definition at line 3 of file RungeKuttaTrackerPropagator_cfi.py.