Draft: MuonReadoutGeometry - cpp style updates & clang-format
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 classicC
array. Not applied for the 1D case
Edited by Johannes Junggeburth