CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimTracker/TrackerMaterialAnalysis/python/randomNumberGeneratorService_cfi.py

Go to the documentation of this file.
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 )