Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from RecoJets.Configuration.GenJetParticles_cff import *
00004 from RecoJets.Configuration.RecoGenJets_cff import *
00005
00006
00007 genParticlesForJets.ignoreParticleIDs.append(14)
00008 genParticlesForJets.ignoreParticleIDs.append(12)
00009 genParticlesForJets.ignoreParticleIDs.append(16)
00010 genParticlesForJets.excludeResonances = False
00011
00012 goodGenJets = cms.Sequence(
00013 genJetParticles*
00014 recoGenJets
00015 )