Skip to content

LArBadChannel dumper: Use std::format

Walter Lampl requested to merge wlampl/athena:BadChannelDumperFmt into main

Use C++20 std::format to format the text output produced by LArBadChannelDumper.

  • use Gaudi::Property<...> to eliminate the constructor

Merge request reports