00001 # The following comments couldn't be translated into the new config version: 00002 00003 # Random number generators for (optional) modules up to trackingMaterialProducer 00004 00005 import FWCore.ParameterSet.Config as cms 00006 00007 RandomNumberGeneratorService = cms.Service("RandomNumberGeneratorService", 00008 moduleSeeds = cms.PSet( 00009 trackingMaterialProducer = cms.untracked.uint32(288269), 00010 VtxSmeared = cms.untracked.uint32(863771) 00011 ), 00012 sourceSeed = cms.untracked.uint32(442302) 00013 )