/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoJets/JetAssociationProducers/python/trackExtrapolator_cfi.py
6 строк
291 B
John Paul Chou
modified track extrapolation algorithm to extrapolate tracks to the front-face of the ECAL, rather than the less useful fixed radius
01 сен 2010, 05:24
01 сен 2010, 05:24
9abbebe
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms trackExtrapolator = cms.EDProducer("TrackExtrapolator", trackSrc = cms.InputTag("generalTracks"), trackQuality = cms.string('goodIterative') )