/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TrackingTools/MaterialEffects/python/PropagatorsForLoopers_cff.py
37 строк
2 KB
Mia
adjust config files and make them back-compatible and make new parameters available (above all for confDB)
11 фев 2014, 23:42
11 фев 2014, 23:42
a07252c
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms PropagatorWithMaterialForLoopers = cms.ESProducer("PropagatorWithMaterialESProducer", MaxDPhi = cms.double(4.0), #default was 1.6 ComponentName = cms.string('PropagatorWithMaterialForLoopers'), Mass = cms.double(0.1396), #default was 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), SimpleMagneticField = cms.string(''), # SimpleMagneticField = cms.string('ParabolicMf'), # Use new AnalyticalPropagator's logic for intersection between plane and helix (for loopers) useOldAnalPropLogic = cms.bool(False) ) PropagatorWithMaterialForLoopersOpposite = cms.ESProducer("PropagatorWithMaterialESProducer", MaxDPhi = cms.double(4.0), #default was 1.6 ComponentName = cms.string('PropagatorWithMaterialForLoopersOpposite'), Mass = cms.double(0.1396), #default was 0.105 PropagationDirection = cms.string('oppositeToMomentum'), 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), SimpleMagneticField = cms.string(''), # SimpleMagneticField = cms.string('ParabolicMf'), # Use new AnalyticalPropagator's logic for intersection between plane and helix (for loopers) useOldAnalPropLogic = cms.bool(False) )