CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HeavyIon_cff.py
Go to the documentation of this file.
2 
4 heavyIon = cms.EDProducer("GenHIEventProducer",
5  doReco = cms.bool(True),
6  doMC = cms.bool(True),
7  generators = cms.vstring("generator"),
8  ptCut = cms.double(0),
9  )
10 
11 
12