ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RawDataByteStreamCnvConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2
3from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory import CompFactory
5
6
8 result=ComponentAccumulator()
9 #Default properties are fine ...
10 result.addEventAlgo(CompFactory.BCM_RawDataProvider())
11 return result
12