Main Page
Namespaces
Classes
Package Documentation
TopQuarkAnalysis
TopJetCombination
python
TtSemiLepHypGenMatch_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# produce genmatch hypothesis with all necessary
5
# ingredients
6
#
7
8
## std sequence to produce ttSemiJetPartonMatch
9
from
TopQuarkAnalysis.TopTools.TtSemiLepJetPartonMatch_cfi
import
*
10
11
## configure genMatch hypothesis
12
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGenMatch_cfi
import
*
13
14
## make hypothesis
15
makeHypothesis_genMatchTask = cms.Task(
16
ttSemiLepJetPartonMatch,
17
ttSemiLepHypGenMatch
18
)
19
makeHypothesis_genMatch = cms.Sequence(makeHypothesis_genMatchTask)
TtSemiLepHypGenMatch_cfi
configure genMatch hypothesis
TtSemiLepJetPartonMatch_cfi
std sequence to produce ttSemiJetPartonMatch
Generated for CMSSW Reference Manual by
1.8.11