CMS 3D CMS Logo

GenJetParticles_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # $Id: GenJetParticles_cff.py,v 1.2 2008/04/21 03:27:15 rpw Exp $
00005 #
00006 # ShR 27 Mar 07: move modules producing candidates for Jets from RecoGenJets.cff
00007 # 
00008 #
00009 genParticlesForJets = cms.EDFilter("InputGenJetsParticleSelector",
00010     src = cms.InputTag("genParticles"),
00011     ignoreParticleIDs = cms.vuint32(1000022, 2000012, 2000014, 2000016, 1000039, 
00012         5000039, 4000012, 9900012, 9900014, 9900016, 
00013         39),
00014     partonicFinalState = cms.bool(False),
00015     excludeResonances = cms.bool(True),
00016     excludeFromResonancePids = cms.vuint32(12, 13, 14, 16),
00017     tausAsJets = cms.bool(False)
00018 )
00019 
00020 genJetParticles = cms.Sequence(genParticlesForJets)
00021 

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