ATLAS Offline Software
BCM_RawDataByteStreamCnvConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 
6 
8  result=ComponentAccumulator()
9  #Default properties are fine ...
10  result.addEventAlgo(CompFactory.BCM_RawDataProvider())
11  return result
12 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
BCM_RawDataByteStreamCnvConfig.BCM_RawDataProviderAlgCfg
def BCM_RawDataProviderAlgCfg(flags)
Definition: BCM_RawDataByteStreamCnvConfig.py:7