CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TopQuarkAnalysis/TopJetCombination/python/TtFullLepHypGenMatch_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # produce genmatch hypothesis with all necessary 
00005 # ingredients
00006 #
00007 
00008 ## std sequence to produce ttFullJetPartonMatch
00009 from TopQuarkAnalysis.TopTools.TtFullLepJetPartonMatch_cfi import *
00010 
00011 ## configure genMatch hypothesis
00012 from TopQuarkAnalysis.TopJetCombination.TtFullLepHypGenMatch_cfi import *
00013 
00014 ## make hypothesis
00015 makeHypothesis_genMatch = cms.Sequence(ttFullLepJetPartonMatch *
00016                                        ttFullLepHypGenMatch)
00017