ATLAS Offline Software
Loading...
Searching...
No Matches
Generate_randomseeds Namespace Reference

Variables

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

Variable Documentation

◆ atRndmGenSvc

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?

Definition at line 49 of file Generate_randomseeds.py.

◆ EventReseeding

Generate_randomseeds.EventReseeding

Definition at line 50 of file Generate_randomseeds.py.

◆ genseeds

dict Generate_randomseeds.genseeds

Set random seeds depending on used generators.

Definition at line 6 of file Generate_randomseeds.py.

◆ seed

int Generate_randomseeds.seed = runArgs.randomSeed

Definition at line 58 of file Generate_randomseeds.py.

◆ Seeds

Generate_randomseeds.Seeds

Definition at line 64 of file Generate_randomseeds.py.

◆ seedstr

Generate_randomseeds.seedstr = seedtemplate.format(rnd=seed)

Definition at line 61 of file Generate_randomseeds.py.

◆ seedstrs

list Generate_randomseeds.seedstrs = []

Pass the random seed from the transform command line into each used generator's seed config string.

Definition at line 54 of file Generate_randomseeds.py.