Fix counting of vertices
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