CMS 3D CMS Logo

GeneratorMix_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Produce GenParticles of the two HepMCProducts
6 genParticles.mix = cms.string("mix")
7 genParticles.doSubEvent = cms.untracked.bool(True)
8 genParticles.useCrossingFrame = cms.untracked.bool(True)
9 genParticles.saveBarCodes = cms.untracked.bool(True)
10 genParticles.abortOnUnknownPDGCode = cms.untracked.bool(False)
11 
12 GenSmeared = cms.Sequence(generatorSmeared)
13 hiGenJets = cms.Sequence(genParticlesForJets*hiRecoGenJets)
14 pgen = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+cms.SequencePlaceholder("mix")+VertexSmearing+GenSmeared+genParticles+hiGenJets)
15