ATLAS Offline Software
|
Functions | |
def | RPC_DataOverlayExtraCfg (flags, **kwargs) |
def | RPC_OverlayAlgCfg (flags, name="RpcOverlay", **kwargs) |
def | RPC_TruthOverlayCfg (flags, name="RpcTruthOverlay", **kwargs) |
def | RPC_OverlayCfg (flags) |
Define methods to construct configured RPC overlay algorithms Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
def python.RPC_OverlayConfig.RPC_DataOverlayExtraCfg | ( | flags, | |
** | kwargs | ||
) |
Return a ComponentAccumulator with RPC data overlay specifics
Definition at line 11 of file RPC_OverlayConfig.py.
def python.RPC_OverlayConfig.RPC_OverlayAlgCfg | ( | flags, | |
name = "RpcOverlay" , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for RPCOverlay algorithm
Definition at line 22 of file RPC_OverlayConfig.py.
def python.RPC_OverlayConfig.RPC_OverlayCfg | ( | flags | ) |
Configure and return a ComponentAccumulator for RPC overlay
Definition at line 93 of file RPC_OverlayConfig.py.
def python.RPC_OverlayConfig.RPC_TruthOverlayCfg | ( | flags, | |
name = "RpcTruthOverlay" , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for the RPC SDO overlay algorithm
Definition at line 57 of file RPC_OverlayConfig.py.