CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py

Go to the documentation of this file.
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