00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # module to make the mvaDiscriminator hypothesis 00005 # 00006 ttSemiLepHypMVADisc = cms.EDProducer("TtSemiLepHypMVADisc", 00007 leps = cms.InputTag("selectedLayer1Muons"), 00008 mets = cms.InputTag("selectedLayer1METs"), 00009 jets = cms.InputTag("selectedLayer1Jets"), 00010 match = cms.InputTag("findTtSemiLepJetCombMVA") 00011 ) 00012 00013