/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TrackingTools/MaterialEffects/python/MaterialPropagator_cfi.py
14 строк
724 B
Mia
add missing parameters in the default configuration
18 апр 2014, 15:17
18 апр 2014, 15:17
b20d3f7
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms MaterialPropagator = cms.ESProducer("PropagatorWithMaterialESProducer", SimpleMagneticField = cms.string(""), MaxDPhi = cms.double(1.6), ComponentName = cms.string('PropagatorWithMaterial'), Mass = cms.double(0.105), PropagationDirection = cms.string('alongMomentum'), useRungeKutta = cms.bool(False), # If ptMin > 0, uncertainty in reconstructed momentum will be taken into account when estimating rms scattering angle. # (By default, it is neglected). However, it will also be assumed that the track pt can't be below specified value, # to prevent this scattering angle becoming too big. ptMin = cms.double(-1.) )