Skip to content

AtlasDetectorID: code cleanup and make it non-copyable

Frank Winklmeier requested to merge fwinkl/athena:detid into master

Several changes to the AtlasDetectorID class:

  • Remove duplicate cout logging in case no MessageSvc is available. That is already done by MsgStream if constructed with a nullptr.
  • Make the class non-copyable to reduce code bloat. The only place where this was used (see changes in MergedPixelsTool) turned out to be bug.

Several unit test references required updates due to change in logging format.

Edited by Frank Winklmeier

Merge request reports