src
TopQuarkAnalysis
TopJetCombination
python
TtSemiLepHypMVADisc_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# produce mvaDisc hypothesis with all necessary
5
# ingredients
6
#
7
8
9
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombMVAComputer_cff
import
*
10
11
12
from
TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMVADisc_cfi
import
*
13
14
15
makeHypothesis_mvaDiscTask = cms.Task(
16
findTtSemiLepJetCombMVA,
17
ttSemiLepHypMVADisc
18
)
19
makeHypothesis_mvaDisc = cms.Sequence(makeHypothesis_mvaDiscTask)
TtSemiLepJetCombMVAComputer_cff
std sequence to compute mva discriminant
TtSemiLepHypMVADisc_cfi
configure mvaDisc hypothesis
Generated for CMSSW Reference Manual by
1.8.14