Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:39

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 genPUProtons = cms.EDProducer("GenPUProtonProducer",
0004     mix = cms.string("mix"),
0005     bunchCrossingList = cms.vint32(0),
0006     minPz = cms.double( 2400. )
0007     )