Skip to content

merge TrackFindingTool into TrackFindingAlg

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

For simpler review, this MR just makes the following moves:

  • TrackFindingTool.h → into TrackFindingAlg.h
  • TrackFindingTool.cxx → new TrackFindingData.h and into TrackFindingAlg.cxx

The new TrackFindingData.h contains local classes in the anonymous namespace used internally by TrackFindingTool.cxx to store and interface to the Acts classes. Previously this code resided at the top of TrackFindingTool.cxx (still in the anonymous namespace).

Following this MR we can simplify/rename the Measurement class and how it is used. We leave those changes for later to separate move from refactor and make it clearer what changed with the refactor. Please review here just the code moves.

Merge request reports