CMS 3D CMS Logo

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