CMS 3D CMS Logo

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  )