src
TopQuarkAnalysis
TopJetCombination
python
TtFullHadHypGenMatch_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
9
from
TopQuarkAnalysis.TopTools.TtFullHadJetPartonMatch_cfi
import
*
10
11
12
from
TopQuarkAnalysis.TopJetCombination.TtFullHadHypGenMatch_cfi
import
*
13
14
15
makeHypothesis_genMatchTask = cms.Task(
16
ttFullHadJetPartonMatch,
17
ttFullHadHypGenMatch
18
)
19
makeHypothesis_genMatch = cms.Sequence(makeHypothesis_genMatchTask)
TtFullHadJetPartonMatch_cfi
std sequence to produce ttFullHadJetPartonMatch
TtFullHadHypGenMatch_cfi
configure genMatch hypothesis
Generated for CMSSW Reference Manual by
1.8.14