Skip to content

Fix etaMax bug in RoIPEBInfoWriterTool and the PEBDS test configuration

Rafal Bielski requested to merge rbielski/athena:fix-pebds-test into master

Fix two bugs:

  • RoIPEBInfoWriterTool.cxx: etaMax was being set to the value of etaMin, fixes ATR-23341
  • PEBDSTest.py: menu generation was called twice (once in the included runHLT_standalone.py and once explicitly), fixes ATR-23857

Merge request reports