ATLAS Offline Software
Loading...
Searching...
No Matches
Generate_randomseeds.py File Reference

Go to the source code of this file.

Namespaces

namespace  Generate_randomseeds

Variables

dict Generate_randomseeds.genseeds
 Set random seeds depending on used generators.
 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?
 Generate_randomseeds.EventReseeding
list Generate_randomseeds.seedstrs = []
 Pass the random seed from the transform command line into each used generator's seed config string.
 Generate_randomseeds.seed = runArgs.randomSeed
 Generate_randomseeds.seedstr = seedtemplate.format(rnd=seed)
 Generate_randomseeds.Seeds