Skip to content

xAODTau+tauRecTools: Const-correctness

Scott Snyder requested to merge ssnyder/athena:const.xAODTau-20220617 into master

Remove non-const allTracks() method, which can violate const-correctness. (ElementLink is adding runtime checking for this, which can cause uses of this to fail.)

Adjust TauTrackFinder to avoid using this method.

Merge request reports