ATLAS Offline Software
EFTrackingDataStreamUnloaderAlgorithmConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 # Todo: Move this helper algorithm to pyAthena
5  from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
7 
8  from AthenaConfiguration.ComponentFactory import CompFactory
9  acc.addEventAlgo(CompFactory.EFTrackingDataStreamUnloaderAlgorithm("EFTrackingDataStreamUnloaderAlgorithm", **kwargs))
10 
11  return acc
12 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
EFTrackingDataStreamUnloaderAlgorithmConfig.EFTrackingDataStreamUnloaderAlgorithmCfg
def EFTrackingDataStreamUnloaderAlgorithmCfg(flags, **kwargs)
Definition: EFTrackingDataStreamUnloaderAlgorithmConfig.py:4