Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Configuration
StandardSequences
python
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
4
from
Configuration.StandardSequences.Generator_cff
import
*
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
Config
Generator_cff
Generated for CMSSW Reference Manual by
1.8.5