CMS 3D CMS Logo

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 ## wMassmaxSumPt hypothesis
00011 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassMaxSumPt_cff import *
00012 
00013 ## maxSumPtWMass hypothesis
00014 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMaxSumPtWMass_cff import *
00015 
00016 ## genMatch hypothesis
00017 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGenMatch_cff import *
00018 
00019 ## mvaDisc hypothesis
00020 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMVADisc_cff import *
00021 
00022 ## kinFit hypothesis
00023 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypKinFit_cff import *
00024 
00025 ## make all considered event hypotheses
00026 makeTtSemiLepHypotheses  = cms.Sequence(makeHypothesis_geom *
00027                                         makeHypothesis_wMassMaxSumPt *
00028                                         makeHypothesis_maxSumPtWMass *
00029                                         makeHypothesis_genMatch      *
00030                                         makeHypothesis_mvaDisc       *
00031                                         makeHypothesis_kinFit
00032                                         )
00033 

Generated on Tue Jun 9 17:48:06 2009 for CMSSW by  doxygen 1.5.4