Skip to content

Draft: MuonReadoutGeometry - cpp style updates & clang-format

Johannes Junggeburth requested to merge jojungge/athena:FixDigi_PhaseII into master

Hi,

the following changes are part of this MR:

  • Clang-format of the MuonReadOutGeometry package
  • In-place initialization of all data members where possible
  • Smart pointer usage
  • Use std::array instead of the classic C array. Not applied for the 1D case
Edited by Johannes Junggeburth

Merge request reports