test
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.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Produce GenParticles of the two HepMCProducts
6 
7 genParticles.doSubEvent = cms.untracked.bool(True)
8 
9 GenSmeared = cms.Sequence(generatorSmeared)
10 hiGenJets = cms.Sequence(genParticlesForJets*hiRecoGenJets)
11 pgen = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")+VertexSmearing+GenSmeared+genParticles+hiGenJets)
12