change handling of const pointers in SysCopyHandle, const-retrieve in OverlapRemovalAlg
Essentially I now need to include the const modifier directly in the template type. The idea is that this allows future iterations of the handle to do different things based on whether they will provide read access or update access.
The change to OverlapRemovalAlg
fixes a bug introduced in !55866 (merged), and is anyways what ought to be
done.
Merge request reports
Activity
added alsoTargeting:21.2 bugfix labels
CI Result SUCCESS (hash 7681d5af)Athena AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 63079]removed analysis-review-required label
added analysis-review-expert label
added review-approved label and removed review-pending-level-1 label
added review-approved-point1 label
added review-approved-tier0 label
Overall looks OK to me. I guess I'm a little sad that we now have something that's called a copy handle that is actually often used as a read/non-const read handle...
It's not too important a point (certainly not worth changing) but I wonder if an explanatory comment in the SysCopyHandle documentation would be a good thing to add.
added analysis-review-approved label and removed analysis-review-expert label
mentioned in commit 115629ba
added sweep:done label
added sweep:failed label