MuonReadoutGeometry - cpp style updates & clang-format
Hi,
this is a cleaned version of !46928 (closed) containing the following changes
- Clang-format of the MuonReadOutGeometry package (First commit)
- 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