File indexing completed on 2024-04-06 12:31:21
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006
0007
0008
0009 from TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombWMassMaxSumPt_cfi import *
0010 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassMaxSumPt_cfi import *
0011
0012
0013 makeHypothesis_wMassMaxSumPtTask = cms.Task(
0014 findTtSemiLepJetCombWMassMaxSumPt,
0015 ttSemiLepHypWMassMaxSumPt
0016 )
0017 makeHypothesis_wMassMaxSumPt = cms.Sequence(makeHypothesis_wMassMaxSumPtTask)