CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/PhysicsTools/HepMCCandAlgos/python/genParticles_cfi.py

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