Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatAlgos
python
producersHeavyIons
heavyIonProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
heavyIon = cms.EDProducer(
"GenHIEventProducer"
,
4
doReco = cms.bool(
True
),
5
doMC = cms.bool(
True
),
6
generators = cms.vstring(
"generatorSmeared"
)
7
)
8
9
10
Generated for CMSSW Reference Manual by
1.8.11