CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/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 ## hitFit hypothesis
00029 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypHitFit_cff import *
00030 
00031 ## make all considered event hypotheses
00032 makeTtSemiLepHypotheses  = cms.Sequence(makeHypothesis_genMatch)  # makeHypothesis_geom
00033                                                                   # makeHypothesis_wMassDeltaTopMass
00034                                                                   # makeHypothesis_wMassMaxSumPt
00035                                                                   # makeHypothesis_maxSumPtWMass
00036                                                                   # makeHypothesis_mvaDisc
00037                                                                   # makeHypothesis_kinFit
00038                                         
00039