CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # produce ttFullLep event hypotheses
00005 #
00006 
00007 ## genMatch hypothesis
00008 from TopQuarkAnalysis.TopJetCombination.TtFullLepHypGenMatch_cff import *
00009 
00010 ## kinematic solution hypothesis
00011 from TopQuarkAnalysis.TopJetCombination.TtFullLepHypKinSolution_cff import *
00012 
00013 ## make all considered event hypotheses
00014 makeTtFullLepHypotheses  = cms.Sequence(makeHypothesis_genMatch *
00015                                         makeHypothesis_kinSolution
00016                                        )
00017