CMS 3D CMS Logo

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 ## std sequence to compute mva discriminant
10 
11 ## configure mvaDisc hypothesis
13 
14 ## make hypothesis
15 makeHypothesis_mvaDiscTask = cms.Task(
16  findTtSemiLepJetCombMVA,
17  ttSemiLepHypMVADisc
18 )
19 makeHypothesis_mvaDisc = cms.Sequence(makeHypothesis_mvaDiscTask)
std sequence to compute mva discriminant
configure mvaDisc hypothesis