ATLAS Offline Software
Namespaces | Variables
Generate_randomseeds.py File Reference

Go to the source code of this file.

Namespaces

 Generate_randomseeds
 

Variables

dictionary Generate_randomseeds.genseeds
 Set random seeds depending on used generators. More...
 
 Generate_randomseeds.atRndmGenSvc = svcMgr.AtRndmGenSvc
 Decide whether to use the RanLux or standard random number service TODO: Is this necessary or can we just provide the seeds to both services and the alg chooses which to use? More...
 
 Generate_randomseeds.EventReseeding
 
list Generate_randomseeds.seedstrs = []
 Pass the random seed from the transform command line into each used generator's seed config string. More...
 
 Generate_randomseeds.seed = runArgs.randomSeed
 
 Generate_randomseeds.seedstr = seedtemplate.format(rnd=seed)
 
 Generate_randomseeds.Seeds