Skip to content

Code cleanup of SiDetectorElement

Susumu Oda requested to merge oda/athena:master-SiDetectorElement into master
  • Sort includes
  • Sort inline methods
  • Explicitly delete copy and move constructors and operators
  • Use const reference in nearBond method
  • Use double checked locking thoroughly
  • Use dynamic_cast instead of static_cast
  • Use ATH_MSG macros
  • Remove white spaces
  • Move implementation of inline methods of SiDetectorElement to the SiDetectorElement.icc file

Preparation for https://its.cern.ch/jira/browse/ATLASRECTS-5079

Edited by Susumu Oda

Merge request reports