CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/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