CMS 3D CMS Logo

TtSemiLepHypGenMatch_cfi.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:48:13 2009 for CMSSW by  doxygen 1.5.4