CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtSemiLepSignalSelMVAComputer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce mvaComputer with all necessary ingredients
5 #
7 
8 ## path for mva input file
9 TtSemiLepSignalSelMVAFileSource = cms.ESSource("TtSemiLepSignalSelMVAFileSource",
10  ttSemiLepSignalSelMVA = cms.FileInPath('TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSel.mva')
11 )