Skip to content

Fix counting of vertices

Petr Balek requested to merge pbalek/athena:hi-fix-vtx-count into master

The tool InDetIterativePriVxFinderTool to reconstruct vertices has a limit for amount of vertices to be reconstructed, m_maxVertices. However, the actual maximum number of vertices was m_maxVertices+1 which was quite non-intuitive. This MR fixes that and the maximum number of vertices becomes just m_maxVertices.

related jira ticket: ATLHI-473

tagging @stapiaar

Edited by Petr Balek

Merge request reports