CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVAComputer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # produce mvaComputer with all necessary ingredients
00005 #
00006 from TopQuarkAnalysis.TopEventSelection.TtSemiLepSignalSelMVAComputer_cfi import *
00007 
00008 ## path for mva input file
00009 TtSemiLepSignalSelMVAFileSource = cms.ESSource("TtSemiLepSignalSelMVAFileSource",
00010     ttSemiLepSignalSelMVA = cms.FileInPath('TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSel.mva')
00011 )