CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
randomNumberGeneratorService_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # Random number generators for (optional) modules up to trackingMaterialProducer
4 
5 import FWCore.ParameterSet.Config as cms
6 
7 RandomNumberGeneratorService = cms.Service("RandomNumberGeneratorService",
8  moduleSeeds = cms.PSet(
9  trackingMaterialProducer = cms.untracked.uint32(288269),
10  VtxSmeared = cms.untracked.uint32(863771)
11  ),
12  sourceSeed = cms.untracked.uint32(442302)
13 )