Skip to content

Modernize DetDesc

Gerhard Raven requested to merge modernize-detdesc into master
  • remove inheritance from CommonMessaging in DetectorElement. It is not used (due to the fact that the automatic 'name' prefix in the output is not very usefull for DetectorElements.
  • prefer boost::string_ref over std::string in interface to avoid creating temporary strings
  • prefer compiler generated copy constructor

Merge request reports