00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # module to make the genMatch hypothesis 00005 # 00006 TtFullLepHypGenMatch = cms.EDProducer("TtFullLepHypGenMatch", 00007 electrons = cms.InputTag("selectedPatElectrons"), 00008 muons = cms.InputTag("selectedPatMuons"), 00009 jets = cms.InputTag("selectedPatJets"), 00010 mets = cms.InputTag("patMETs"), 00011 match = cms.InputTag("ttFullLepJetPartonMatch"), 00012 jetCorrectionLevel = cms.string("L3Absolute") 00013 ) 00014 00015