Skip to content

Make PatMatchTool a bit faster

Michel De Cian requested to merge decianm-PatMatchToolSpeedup into master

Improved timing of PatMatchTool by about 45% (according to callgrind). Mainly buffering the LHCb::State of the inner loop, as the call to "closestState()" is expensive.

Merge request reports