CMS 3D CMS Logo

GenJetParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Standard CalooJets parameters
00004 # $Id: GenJetParameters_cfi.py,v 1.2.2.1 2008/10/09 19:04:05 oehler Exp $
00005 GenJetParameters = cms.PSet(
00006     src = cms.InputTag("genParticlesForJets"),
00007     verbose = cms.untracked.bool(False),
00008     jetPtMin = cms.double(5.0),
00009     inputEtMin = cms.double(0.0),
00010     jetType = cms.untracked.string('GenJet'),
00011     inputEMin = cms.double(0.0)
00012 )
00013 

Generated on Tue Jun 9 17:43:41 2009 for CMSSW by  doxygen 1.5.4