src
TopQuarkAnalysis
TopJetCombination
python
TtSemiLepHypWMassMaxSumPt_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# produce wMassMaxSumPt hypothesis with all necessary
5
# ingredients
6
#
7
8
9
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombWMassMaxSumPt_cfi
import
*
10
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassMaxSumPt_cfi
import
*
11
12
13
makeHypothesis_wMassMaxSumPtTask = cms.Task(
14
findTtSemiLepJetCombWMassMaxSumPt,
15
ttSemiLepHypWMassMaxSumPt
16
)
17
makeHypothesis_wMassMaxSumPt = cms.Sequence(makeHypothesis_wMassMaxSumPtTask)
TtSemiLepHypWMassMaxSumPt_cfi
TtSemiLepJetCombWMassMaxSumPt_cfi
configure wMassMaxSumPt hyothesis
Generated for CMSSW Reference Manual by
1.8.14