CMS 3D CMS Logo

GenJetParametersNoNu_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Standard CalooJets parameters
00004 # $Id: GenJetParametersNoNu_cfi.py,v 1.2 2008/04/21 03:28:24 rpw Exp $
00005 GenJetParametersNoNu = cms.PSet(
00006     src = cms.InputTag("genParticlesAllStableNoNu"),
00007     jetType = cms.untracked.string('GenJet'),
00008     verbose = cms.untracked.bool(False),
00009     inputEMin = cms.double(0.0),
00010     inputEtMin = cms.double(0.0)
00011 )
00012 

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