ATLAS Offline Software
|
Functions | |
def | dSFMT (seed, name="AtDSFMTGenSvc") |
def | Ranlux64 (seed, name="AtRanluxGenSvc") |
def | Ranecu (seed, name="AtRndmGenSvc") |
def | RNG (engine="dSFMT", name="AthRNGSvc") |
def | AthRNGSvcCfg (flags, name="AthRNGSvc") |
Variables | |
AtDSFMTGenSvc | |
AtRanluxGenSvc | |
AtRndmGenSvc | |
AthRNGSvc | |
dictionary | AthEngines |
Define functions to construct random number services Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
def RngCompsConfig.AthRNGSvcCfg | ( | flags, | |
name = "AthRNGSvc" |
|||
) |
Return a ComponentAccumulator containing an AthRNGSvc
Definition at line 51 of file RngCompsConfig.py.
def RngCompsConfig.dSFMT | ( | seed, | |
name = "AtDSFMTGenSvc" |
|||
) |
Return a ComponentAccumulator containing an AtDSFMTGenSvc with seed
Definition at line 19 of file RngCompsConfig.py.
def RngCompsConfig.Ranecu | ( | seed, | |
name = "AtRndmGenSvc" |
|||
) |
Return a ComponentAccumulator containing an AtRndmGenSvc with seed
Definition at line 35 of file RngCompsConfig.py.
def RngCompsConfig.Ranlux64 | ( | seed, | |
name = "AtRanluxGenSvc" |
|||
) |
Return a ComponentAccumulator containing an AtRanluxGenSvc with seed
Definition at line 27 of file RngCompsConfig.py.
def RngCompsConfig.RNG | ( | engine = "dSFMT" , |
|
name = "AthRNGSvc" |
|||
) |
Return a ComponentAccumulator containing an AthRNGSvc
Definition at line 43 of file RngCompsConfig.py.
RngCompsConfig.AtDSFMTGenSvc |
Definition at line 9 of file RngCompsConfig.py.
dictionary RngCompsConfig.AthEngines |
Definition at line 13 of file RngCompsConfig.py.
RngCompsConfig.AthRNGSvc |
Definition at line 9 of file RngCompsConfig.py.
RngCompsConfig.AtRanluxGenSvc |
Definition at line 9 of file RngCompsConfig.py.
RngCompsConfig.AtRndmGenSvc |
Definition at line 9 of file RngCompsConfig.py.