CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ttFullHadEvtHypotheses_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce ttFullHadLep event hypotheses
5 #
6 
7 ## genMatch hypothesis
9 
10 ## kinFit hypothesis
12 
13 ## make all considered event hypotheses
14 makeTtFullHadHypotheses = cms.Sequence(makeHypothesis_genMatch) # makeHypothesis_kinFit
15 
genMatch hypothesis
kinFit hypothesis