Skip to content

TrackFindingAlg const correctness for CKF_pimpl

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

Apart from the CKF_pimpl constructor (inheriting CKF_config), TrackFindingAlg now only ever accesses the object via trackFinder() accessor functions. This ensures that execute() (and the const member functions that it calls) can't mistakenly modify CKF_config.

This change was extracted from the largely unrelated !64989 (closed).

Merge request reports