CMS 3D CMS Logo

TtSemiLepHypMaxSumPtWMass_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce maxSumPtWMass hypothesis with all necessary
5 # ingredients
6 #
7 
8 ## configure maxSumPtWMass hyothesis
11 
12 ## make hypothesis
13 makeHypothesis_maxSumPtWMassTask = cms.Task(
14  findTtSemiLepJetCombMaxSumPtWMass,
15  ttSemiLepHypMaxSumPtWMass
16 )
17 makeHypothesis_maxSumPtWMass = cms.Sequence(makeHypothesis_maxSumPtWMassTask)
configure maxSumPtWMass hyothesis