CMS 3D CMS Logo

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 makeTtFullHadHypothesesTask = cms.Task(
15  makeHypothesis_genMatchTask,
16  makeHypothesis_kinFitTask
17 )
18 makeTtFullHadHypotheses = cms.Sequence(makeTtFullHadHypothesesTask)
genMatch hypothesis
kinFit hypothesis