Skip to content

improve initialisation of TrackingSurfaceHelper

Tim Adye requested to merge adye/athena:adye-ckf34 into main

Previously calculated max_hash to reserve() space for TrackingSurfaceHelper elements. The size needed was just the number of measurements of each type. This MR fixes that, and simplifies along the way.

Merge request reports