tauRecTools: replace Decorator with Accessor
Hello,
As discussed in ATLASRECTS-6106, ATLASRECTS-6104, ATLASRECTS-6105, we make an unnecessary and inappropriate use of Decorator on non-const objects, and we should have used Accessor instead. Now fixed in TauTrackFinder and TauWPDecorator. Note for later: this could be a bit more streamlined by using the TauTrack::setDetail functionality of the EDM, extending the TrackDetail enum in TauDefs.h.
This MR does not change the reconstruction output.
Cheers, Bertrand
Edited by Bertrand Martin Dit Latour