ATLAS Offline Software
|
Functions | |
def | CSC_DataOverlayExtraCfg (flags, **kwargs) |
def | CSC_OverlayAlgCfg (flags, name="CscOverlay", **kwargs) |
def | CSC_TruthOverlayCfg (flags, name="CscTruthOverlay", **kwargs) |
def | CSC_OverlayCfg (flags) |
Define methods to construct configured CSC overlay algorithms Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
def python.CSC_OverlayConfig.CSC_DataOverlayExtraCfg | ( | flags, | |
** | kwargs | ||
) |
Return a ComponentAccumulator with CSC data overlay specifics
Definition at line 11 of file CSC_OverlayConfig.py.
def python.CSC_OverlayConfig.CSC_OverlayAlgCfg | ( | flags, | |
name = "CscOverlay" , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for CSCOverlay algorithm
Definition at line 22 of file CSC_OverlayConfig.py.
def python.CSC_OverlayConfig.CSC_OverlayCfg | ( | flags | ) |
Configure and return a ComponentAccumulator for CSC overlay
Definition at line 96 of file CSC_OverlayConfig.py.
def python.CSC_OverlayConfig.CSC_TruthOverlayCfg | ( | flags, | |
name = "CscTruthOverlay" , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for the CSC SDO overlay algorithm
Definition at line 60 of file CSC_OverlayConfig.py.