Skip to content

Methods to drop components from a ComponentAccumulator instance

Walter Lampl requested to merge wlampl/athena:CA_dropComps into 22.0

The PROC talk at yesterday's Reco Meeting reminded me that removing Algorithms, etc in postExec statements might necessary as emergency fix. This MR adds methods to ComponentAccumulator to do that.

The second commit is a fix for a minor bug I spotted along the way.

Merge request reports