Remove mutable member in InCaloFutureAcceptance tool
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.