CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/TopQuarkAnalysis/TopJetCombination/python/TtFullHadHypGenMatch_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 ttFullHadJetPartonMatch
00009 from TopQuarkAnalysis.TopTools.TtFullHadJetPartonMatch_cfi import *
00010 
00011 ## configure genMatch hypothesis
00012 from TopQuarkAnalysis.TopJetCombination.TtFullHadHypGenMatch_cfi import *
00013 
00014 ## make hypothesis
00015 makeHypothesis_genMatch = cms.Sequence(ttFullHadJetPartonMatch *
00016                                        ttFullHadHypGenMatch)
00017