AtlasDetectorID: code cleanup and make it non-copyable
Several changes to the AtlasDetectorID
class:
- Remove duplicate
cout
logging in case no MessageSvc is available. That is already done byMsgStream
if constructed with anullptr
. - 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