CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # produce ttSemiLep event hypotheses
00005 #
00006 
00007 ## geom hypothesis
00008 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGeom_cff import *
00009 
00010 ## wMassDeltaTopMass hypothesis
00011 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassDeltaTopMass_cff import *
00012 
00013 ## wMassMaxSumPt hypothesis
00014 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassMaxSumPt_cff import *
00015 
00016 ## maxSumPtWMass hypothesis
00017 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMaxSumPtWMass_cff import *
00018 
00019 ## genMatch hypothesis
00020 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGenMatch_cff import *
00021 
00022 ## mvaDisc hypothesis
00023 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMVADisc_cff import *
00024 
00025 ## kinFit hypothesis
00026 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypKinFit_cff import *
00027 
00028 ## make all considered event hypotheses
00029 makeTtSemiLepHypotheses  = cms.Sequence(makeHypothesis_genMatch)  # makeHypothesis_geom
00030                                                                   # makeHypothesis_wMassDeltaTopMass
00031                                                                   # makeHypothesis_wMassMaxSumPt
00032                                                                   # makeHypothesis_maxSumPtWMass
00033                                                                   # makeHypothesis_mvaDisc
00034                                                                   # makeHypothesis_kinFit
00035                                         
00036