Main Page
Namespaces
Classes
Package Documentation
TopQuarkAnalysis
TopEventProducers
python
sequences
ttFullHadEvtHypotheses_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# produce ttFullHadLep event hypotheses
5
#
6
7
## genMatch hypothesis
8
from
TopQuarkAnalysis.TopJetCombination.TtFullHadHypGenMatch_cff
import
*
9
10
## kinFit hypothesis
11
from
TopQuarkAnalysis.TopJetCombination.TtFullHadHypKinFit_cff
import
*
12
13
## make all considered event hypotheses
14
makeTtFullHadHypothesesTask = cms.Task(
15
makeHypothesis_genMatchTask,
16
makeHypothesis_kinFitTask
17
)
18
makeTtFullHadHypotheses = cms.Sequence(makeTtFullHadHypothesesTask)
TtFullHadHypGenMatch_cff
genMatch hypothesis
TtFullHadHypKinFit_cff
kinFit hypothesis
Generated for CMSSW Reference Manual by
1.8.11