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