00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # produce ttFullHadLep event hypotheses 00005 # 00006 00007 ## genMatch hypothesis 00008 from TopQuarkAnalysis.TopJetCombination.TtFullHadHypGenMatch_cff import * 00009 00010 ## kinFit hypothesis 00011 from TopQuarkAnalysis.TopJetCombination.TtFullHadHypKinFit_cff import * 00012 00013 ## make all considered event hypotheses 00014 makeTtFullHadHypotheses = cms.Sequence(makeHypothesis_genMatch) # makeHypothesis_kinFit 00015