00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # produce mvaComputer with all necessary ingredients 00005 # 00006 from TopQuarkAnalysis.TopEventSelection.TtFullHadSignalSelMVAComputer_cfi import * 00007 00008 ## path for mva input file 00009 TtFullHadSignalSelMVAFileSource = cms.ESSource("TtFullHadSignalSelMVAFileSource", 00010 ttFullHadSignalSelMVA = cms.FileInPath('TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSel.mva') 00011 )