src
SimGeneral
PileupInformation
python
genPUProtons_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
genPUProtons = cms.EDProducer(
"GenPUProtonProducer"
,
4
mix = cms.string(
"mix"
),
5
bunchCrossingList = cms.vint32(0),
6
minPz = cms.double( 2400. )
7
)
Generated for CMSSW Reference Manual by
1.8.14