CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/GeneratorInterface/HiGenCommon/python/HeavyIon_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from SimGeneral.HepPDTESSource.pythiapdt_cfi import *
00004 heavyIon = cms.EDProducer("GenHIEventProducer",
00005                             doReco     = cms.bool(True),
00006                             doMC       = cms.bool(True),
00007                             generators = cms.vstring("generator"),
00008                             ptCut      = cms.double(0),
00009                           )
00010 
00011 
00012