TopQuarkAnalysis
TopEventProducers
python
sequences
ttFullLepEvtHypotheses_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# produce ttFullLep event hypotheses
5
#
6
7
8
from
TopQuarkAnalysis.TopJetCombination.TtFullLepHypGenMatch_cff
import
*
9
10
11
from
TopQuarkAnalysis.TopJetCombination.TtFullLepHypKinSolution_cff
import
*
12
13
14
makeTtFullLepHypothesesTask = cms.Task(
15
makeHypothesis_genMatchTask,
16
makeHypothesis_kinSolutionTask
17
)
18
makeTtFullLepHypotheses = cms.Sequence(makeTtFullLepHypothesesTask)
TtFullLepHypGenMatch_cff
genMatch hypothesis
TtFullLepHypKinSolution_cff
kinematic solution hypothesis
Generated for CMSSW Reference Manual by
1.8.16