CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiGenParticles_cfi.py
Go to the documentation of this file.
2 
3 hiGenParticles = cms.EDProducer('GenParticleProducer',
4  srcVector = cms.vstring("generator"),
5  doSubEvent = cms.untracked.bool(True),
6  useCrossingFrame = cms.untracked.bool(False),
7  saveBarCodes = cms.untracked.bool(True),
8  abortOnUnknownPDGCode = cms.untracked.bool(False)
9  )