TRTOverlay cleanup and modernisation
This is a cleanup and modernisation of the TRTOverlay
algorithm. The main goal was to make the code as close to the changes done in !21454 (merged).
A general summary is:
- Base on
AthAlgorithm
directly. - Update the naming of the functions to be the same as in the
IDC_OverlayBase
to make it easier to compare. - General modernisation as done in !21454 (merged).
The output should not change. Unfortunately there are a lot of changes in the code.