Skip to content
Snippets Groups Projects
Commit d4afe4dd authored by Dylan Remberto Van Arneman's avatar Dylan Remberto Van Arneman
Browse files

Merge branch 'fexprint' into '24.0'

L1CaloFEXByteStream: remove print statement and enable corresponding flake8 check

See merge request !71628
parents 218f612b 97ad42a7
No related branches found
No related tags found
2 merge requests!716942024-05-24: merge of 24.0 into main,!71628L1CaloFEXByteStream: remove print statement and enable corresponding flake8 check
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( L1CaloFEXByteStream )
......@@ -19,5 +19,4 @@ atlas_add_component( L1CaloFEXByteStream
LINK_LIBRARIES TrigT1ResultByteStreamLib xAODTrigger TrigConfData xAODTrigL1Calo PathResolver AthenaMonitoringKernelLib ${TDAQ-COMMON_LIBRARIES} )
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
# atlas_install_data( data/* )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-extensions=ATL900,ATL901 )
#
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
#
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from AthenaConfiguration.ComponentFactory import CompFactory
......@@ -258,7 +258,6 @@ def gFexInputByteStreamToolCfg(flags, name, *, writeBS=False):
tool = CompFactory.gFexInputByteStreamTool(name)
gfex_roi_moduleids = [0x3000]
tool.ROBIDs = [int(SourceIdentifier(SubDetector.TDAQ_CALO_FEAT_EXTRACT_DAQ, moduleid)) for moduleid in gfex_roi_moduleids]
print ("[L1CaloFEXByteStreamConfig::gFexInputByteStreamToolCfg] tool.ROBIDs ", tool.ROBIDs)
if writeBS:
# write BS == read xAOD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment