Remove hard limits on PV reconstruction
The current PV reconstruction relies on several hard-limits, namely: max_number_vertices
, max_number_subclusters
, max_number_of_clusters
and max_number_clusteredges
(see https://gitlab.cern.ch/lhcb/Allen/-/blob/master/device/PV/beamlinePV/include/PV_Definitions.cuh#L10). It would be desirable to remove all these limits in preparation for production, to minimise the risks of overflowing a buffer relying on these.
There are several techniques that can help with the removal of these limits, for that see the following discussion: !764 (comment 5232352)