CMS 3D CMS Logo

TtSemiLepHypMaxSumPtWMass_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # module to make the maxSumPtWMAss hypothesis
00005 #
00006 ttSemiLepHypMaxSumPtWMass = cms.EDProducer("TtSemiLepHypMaxSumPtWMass",
00007     leps  = cms.InputTag("selectedLayer1Muons"),
00008     mets  = cms.InputTag("selectedLayer1METs"),
00009     jets  = cms.InputTag("selectedLayer1Jets"),
00010     maxNJets = cms.int32(4),
00011     wMass = cms.double(80.413)
00012 )
00013 
00014 

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