Skip to content

MdtRawDataMonitoring - Clang format & tubes per layer determination from the Readout geometry + misc clean up

Johannes Junggeburth requested to merge jojungge/athena:ATLASRECTS-7272 into 22.0

Moin everybody,

the first commit in this MR is a classical unleash of the formatting kraken to improve readability of the package. The second one contains the actual logic changes solving the issue reported in ATLASRECTS-7272

  • Retrieve the tubes per layer and the number of layers from the readout geometry
  • Memory clean-up using smart pointers instead of bare ones
  • Use built-in std::to_string instead of the custom-made function

Tagging @mbigliet, @makbiyik for information

Closes ATLASRECTS-7272

Merge request reports