/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TopQuarkAnalysis/TopJetCombination/python/TtFullHadHypGenMatch_cff.py
19 строк
522 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 genmatch hypothesis with all necessary # ingredients # ## std sequence to produce ttFullHadJetPartonMatch from TopQuarkAnalysis.TopTools.TtFullHadJetPartonMatch_cfi import * ## configure genMatch hypothesis from TopQuarkAnalysis.TopJetCombination.TtFullHadHypGenMatch_cfi import * ## make hypothesis makeHypothesis_genMatchTask = cms.Task( ttFullHadJetPartonMatch, ttFullHadHypGenMatch ) makeHypothesis_genMatch = cms.Sequence(makeHypothesis_genMatchTask)