test
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
from
GeneratorInterface.Core.generatorSmeared_cfi
import
*
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
generatorSmeared_cfi
Generator_cff
Generated for CMSSW Reference Manual by
1.8.5