ATLAS Offline Software
Variables
Generate_randomseeds Namespace Reference

Variables

dictionary genseeds
 Set random seeds depending on used generators. More...
 
 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...
 
 EventReseeding
 
list seedstrs = []
 Pass the random seed from the transform command line into each used generator's seed config string. More...
 
 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

dictionary 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.