CMS 3D CMS Logo

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