Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:15

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #
0004 # produce mvaComputer with all necessary ingredients
0005 #
0006 from TopQuarkAnalysis.TopEventSelection.TtFullHadSignalSelMVAComputer_cfi import *
0007 
0008 ## path for mva input file
0009 TtFullHadSignalSelMVAFileSource = cms.ESSource("TtFullHadSignalSelMVAFileSource",
0010     ttFullHadSignalSelMVA = cms.FileInPath('TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSel.mva')
0011 )