Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 genParticles = cms.EDProducer("GenParticleProducer",
00004 saveBarCodes = cms.untracked.bool(True),
00005 src = cms.InputTag("generator"),
00006 abortOnUnknownPDGCode = cms.untracked.bool(False)
00007 )
00008
00009