CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVAComputer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ## import MVA computer cfi
00004 from TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombMVAComputer_cfi import *
00005 
00006 ## path for mva input file
00007 TtSemiLepJetCombMVAFileSource = cms.ESSource("TtSemiLepJetCombMVAFileSource",
00008     ttSemiLepJetCombMVA = cms.FileInPath('TopQuarkAnalysis/TopJetCombination/data/TtSemiLepJetComb.mva')
00009 )