CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeneratorHI_cff.py
Go to the documentation of this file.
2 
3 # Produce GenParticles of the two HepMCProducts
5 
6 genParticles.doSubEvent = cms.untracked.bool(True)
7 
8 hiGenJets = cms.Sequence(genParticlesForJets*hiRecoGenJets)
9 pgen = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+VertexSmearing+genParticles+hiGenJets)
10