/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TopQuarkAnalysis/TopJetCombination/python/TtSemiLepHypGeom_cff.py
17 строк
448 B
W. David Dagenhart
Modify so that sequences are initialized by associating to a Task
20 мар 2017, 21:20
20 мар 2017, 21:20
ad81fe9
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # # produce geom hypothesis with all necessary # ingredients # ## configure geom hyothesis from TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombGeom_cfi import * from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGeom_cfi import * ## make hypothesis makeHypothesis_geomTask = cms.Task( findTtSemiLepJetCombGeom, ttSemiLepHypGeom ) makeHypothesis_geom = cms.Sequence(makeHypothesis_geomTask)