Skip to content
Snippets Groups Projects
Commit a5c1db2a authored by Nils Krumnack's avatar Nils Krumnack
Browse files

add AsgShallowCopyAlg, remove SysCopyHandle from AsgSelectionAlg

This goes back to an old discussion that in principle AsgSelectionAlg
should not have a SysCopyHandle, as it doesn't introduce new momentum
systematics.  The reason it has one currently is that if there is a
selection before the correction algorithm it does need to make a
shallow copy that can then subsequently be modified at will.

The solution implemented here is what we discussed back then: To
implement an algorithm that does nothing more than make a shallow copy
(based on the view container algorithm and the copy mechanism from
SysCopyHandle) and schedule that before AsgSelectionAlg as needed.
parent 93f7e806
No related branches found
No related tags found
Loading
Showing
with 260 additions and 15 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment