Main Page
Namespaces
Classes
Package Documentation
TopQuarkAnalysis
TopJetCombination
python
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
9
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombMaxSumPtWMass_cfi
import
*
10
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMaxSumPtWMass_cfi
import
*
11
12
## make hypothesis
13
makeHypothesis_maxSumPtWMassTask = cms.Task(
14
findTtSemiLepJetCombMaxSumPtWMass,
15
ttSemiLepHypMaxSumPtWMass
16
)
17
makeHypothesis_maxSumPtWMass = cms.Sequence(makeHypothesis_maxSumPtWMassTask)
TtSemiLepJetCombMaxSumPtWMass_cfi
configure maxSumPtWMass hyothesis
TtSemiLepHypMaxSumPtWMass_cfi
Generated for CMSSW Reference Manual by
1.8.11