ATLAS Offline Software
|
Functions | |
def | EventInfoCnvAlgCfg (flags, name="EventInfoCnvAlg", inputKey="McEventInfo", outputKey="EventInfo", disableBeamSpot=False, **kwargs) |
def | EventInfoOverlayAlgCfg (flags, name="EventInfoOverlay", **kwargs) |
def | EventInfoOverlayCfg (flags, **kwargs) |
def | EventInfoUpdateFromContextAlgCfg (flags, name="EventInfoUpdateFromContextAlg", **kwargs) |
def | EventInfoBeamSpotDecoratorAlgCfg (flags, name="EventInfoBeamSpotDecoratorAlg", eventInfoKey="EventInfo", **kwargs) |
Define methods to construct configured EventInfo conversion algorithms Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
def python.xAODEventInfoCnvConfig.EventInfoBeamSpotDecoratorAlgCfg | ( | flags, | |
name = "EventInfoBeamSpotDecoratorAlg" , |
|||
eventInfoKey = "EventInfo" , |
|||
** | kwargs | ||
) |
Definition at line 139 of file xAODEventInfoCnvConfig.py.
def python.xAODEventInfoCnvConfig.EventInfoCnvAlgCfg | ( | flags, | |
name = "EventInfoCnvAlg" , |
|||
inputKey = "McEventInfo" , |
|||
outputKey = "EventInfo" , |
|||
disableBeamSpot = False , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for EventInfoCnvAlg algorithm
Definition at line 11 of file xAODEventInfoCnvConfig.py.
def python.xAODEventInfoCnvConfig.EventInfoOverlayAlgCfg | ( | flags, | |
name = "EventInfoOverlay" , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for EventInfoOverlay algorithm
Definition at line 39 of file xAODEventInfoCnvConfig.py.
def python.xAODEventInfoCnvConfig.EventInfoOverlayCfg | ( | flags, | |
** | kwargs | ||
) |
Return a ComponentAccumulator for the full EventInfoOverlay algorithm accumulator
Definition at line 75 of file xAODEventInfoCnvConfig.py.
def python.xAODEventInfoCnvConfig.EventInfoUpdateFromContextAlgCfg | ( | flags, | |
name = "EventInfoUpdateFromContextAlg" , |
|||
** | kwargs | ||
) |
Return a ComponentAccumulator for EventInfoUpdateFromContext algorithm
Definition at line 111 of file xAODEventInfoCnvConfig.py.