ATLAS Offline Software
Loading...
Searching...
No Matches
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
6 acc = ComponentAccumulator()
7
8 kwargs.setdefault("name", "EFTrackingDataStreamUnloaderAlgorithm")
9
10 from AthenaConfiguration.ComponentFactory import CompFactory
11 acc.addEventAlgo(CompFactory.EFTrackingDataStreamUnloaderAlgorithm(**kwargs))
12
13 return acc
14