/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TopQuarkAnalysis/TopJetCombination/python/TtSemiLepHypHitFit_cff.py
20 строк
628 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 hitFit hypothesis with all necessary # ingredients # ## std sequence to perform kinematic fit import TopQuarkAnalysis.TopHitFit.TtSemiLepHitFitProducer_Muons_cfi hitFitTtSemiLepEventHypothesis = TopQuarkAnalysis.TopHitFit.TtSemiLepHitFitProducer_Muons_cfi.hitFitTtSemiLepEvent.clone() ## configure hitFit hypothesis from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypHitFit_cfi import * ## make hypothesis makeHypothesis_hitFitTask = cms.Task( hitFitTtSemiLepEventHypothesis, ttSemiLepHypHitFit ) makeHypothesis_hitFit = cms.Sequence(makeHypothesis_hitFitTask)