CMS 3D CMS Logo

TtSemiLepHypGeom_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # module to make the geom hypothesis
00005 #
00006 ttSemiLepHypGeom = cms.EDProducer("TtSemiLepHypGeom",
00007     leps  = cms.InputTag("selectedLayer1Muons"),
00008     mets  = cms.InputTag("selectedLayer1METs"),
00009     jets  = cms.InputTag("selectedLayer1Jets"),
00010     maxNJets  = cms.int32(4),
00011     useDeltaR = cms.bool(True)                               
00012 )

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