/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TopQuarkAnalysis/TopJetCombination/python/TtFullLepHypGenMatch_cff.py
19 строк
519 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 ttFullJetPartonMatch from TopQuarkAnalysis.TopTools.TtFullLepJetPartonMatch_cfi import * ## configure genMatch hypothesis from TopQuarkAnalysis.TopJetCombination.TtFullLepHypGenMatch_cfi import * ## make hypothesis makeHypothesis_genMatchTask = cms.Task( ttFullLepJetPartonMatch, ttFullLepHypGenMatch ) makeHypothesis_genMatch = cms.Sequence(makeHypothesis_genMatchTask)