Skip to content

HltEventLoopMgr: cleanup handling of DetectorMask and SOR time

Frank Winklmeier requested to merge fwinkl/athena:hltdetmask into main
  • Remove unused code related to the detector mask handling and migrate to using std::format.
  • Remove dependency on OWLTime from tdaq and implement time conversion using standard C utilities (I tried using C++20 std::chrono but that's only partially implemented in gcc 13.1 and also time-zone handling seems buggy)

The latter makes this package free of any tdaq dependencies which will be a requirement for Phase-II.

Merge request reports