HltEventLoopMgr: cleanup handling of DetectorMask and SOR time
- 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++20std::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.