ATLAS Offline Software
|
Functions | |
def | TGC_FirstXing () |
def | TGC_LastXing () |
def | TGC_RangeCfg (flags, name="TGC_Range", **kwargs) |
def | TGC_DigitizationToolCfg (flags, name="TgcDigitizationTool", **kwargs) |
def | TGC_OverlayDigitizationToolCfg (flags, name="Tgc_OverlayDigitizationTool", **kwargs) |
def | TGC_OutputCfg (flags) |
def | TGC_DigitizationBasicCfg (flags, **kwargs) |
def | TGC_OverlayDigitizationBasicCfg (flags, **kwargs) |
def | TGC_DigitizationCfg (flags, **kwargs) |
def | TGC_DigitizationDigitToRDOCfg (flags) |
Define methods to construct configured TGC Digitization tools and algorithms Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
def python.TGC_DigitizationConfig.TGC_DigitizationBasicCfg | ( | flags, | |
** | kwargs | ||
) |
Return ComponentAccumulator for TGC digitization
Definition at line 114 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_DigitizationCfg | ( | flags, | |
** | kwargs | ||
) |
Return ComponentAccumulator for TGC digitization and Output
Definition at line 149 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_DigitizationDigitToRDOCfg | ( | flags | ) |
Return ComponentAccumulator with TGC digitization and Digit to TGCRDO
Definition at line 156 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_DigitizationToolCfg | ( | flags, | |
name = "TgcDigitizationTool" , |
|||
** | kwargs | ||
) |
Return ComponentAccumulator with configured TgcDigitizationTool
Definition at line 40 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_FirstXing | ( | ) |
Definition at line 19 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_LastXing | ( | ) |
Definition at line 23 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_OutputCfg | ( | flags | ) |
Return ComponentAccumulator with Output for TGC. Not standalone.
Definition at line 99 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_OverlayDigitizationBasicCfg | ( | flags, | |
** | kwargs | ||
) |
Return ComponentAccumulator with TGC Overlay digitization
Definition at line 124 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_OverlayDigitizationToolCfg | ( | flags, | |
name = "Tgc_OverlayDigitizationTool" , |
|||
** | kwargs | ||
) |
Return ComponentAccumulator with TgcDigitizationTool configured for Overlay
Definition at line 88 of file TGC_DigitizationConfig.py.
def python.TGC_DigitizationConfig.TGC_RangeCfg | ( | flags, | |
name = "TGC_Range" , |
|||
** | kwargs | ||
) |
Return a PileUpXingFolder tool configured for TGC
Definition at line 27 of file TGC_DigitizationConfig.py.