Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
GeneratorInterface
HiGenCommon
python
HeavyIon_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
SimGeneral.HepPDTESSource.pythiapdt_cfi
import
*
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
Config
pythiapdt_cfi
Generated for CMSSW Reference Manual by
1.8.5