Skip to content

Remove mutable member in InCaloFutureAcceptance tool

Carla Marin Benito requested to merge cmarinbe-InCaloAcceptance into master

Together with @mbala we have removed a mutable member from InCaloFutureAcceptance tool. This was only used in one method (inAcceptance). Now, instead of using the member, we just use an object created inside this method.

This solves a difference in the #tracks in acceptance counter of the InECALFuture algorithm between the single and multi-thread tests.

Merge request reports