CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # make mva event selection for semileptonic events
00005 #
00006 
00007 ## std sequence to produce an mva discriminant
00008 from TopQuarkAnalysis.TopEventSelection.TtSemiLepSignalSelMVAComputer_cff import *
00009 
00010 ## make mva discriminant for event selection
00011 makeTtSemiLepMVASelDiscriminant = cms.Sequence(findTtSemiLepSignalSelMVA)