00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGeom_cff import *
00009
00010
00011 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassMaxSumPt_cff import *
00012
00013
00014 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMaxSumPtWMass_cff import *
00015
00016
00017 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGenMatch_cff import *
00018
00019
00020 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMVADisc_cff import *
00021
00022
00023 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypKinFit_cff import *
00024
00025
00026 makeTtSemiLepHypotheses = cms.Sequence(makeHypothesis_geom *
00027 makeHypothesis_wMassMaxSumPt *
00028 makeHypothesis_maxSumPtWMass *
00029 makeHypothesis_genMatch *
00030 makeHypothesis_mvaDisc *
00031 makeHypothesis_kinFit
00032 )
00033