CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtFullHadSignalSelMVAComputer_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 TtFullHadSignalSelMVAFileSource = cms.ESSource("TtFullHadSignalSelMVAFileSource",
10  ttFullHadSignalSelMVA = cms.FileInPath('TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSel.mva')
11 )