Main Page
Namespaces
Classes
Package Documentation
TopQuarkAnalysis
TopJetCombination
python
TtSemiLepHypWMassDeltaTopMass_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# produce wMassDeltaTopMass hypothesis with all necessary
5
# ingredients
6
#
7
8
## configure wMassDeltaTopMass hyothesis
9
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombWMassDeltaTopMass_cfi
import
*
10
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepHypWMassDeltaTopMass_cfi
import
*
11
12
## make hypothesis
13
makeHypothesis_wMassDeltaTopMassTask = cms.Task(
14
findTtSemiLepJetCombWMassDeltaTopMass,
15
ttSemiLepHypWMassDeltaTopMass
16
)
17
makeHypothesis_wMassDeltaTopMass = cms.Sequence(makeHypothesis_wMassDeltaTopMassTask)
TtSemiLepHypWMassDeltaTopMass_cfi
TtSemiLepJetCombWMassDeltaTopMass_cfi
configure wMassDeltaTopMass hyothesis
Generated for CMSSW Reference Manual by
1.8.11