merge TrackFindingTool into TrackFindingAlg
For simpler review, this MR just makes the following moves:
-
TrackFindingTool.h
→ intoTrackFindingAlg.h
-
TrackFindingTool.cxx
→ newTrackFindingData.h
and intoTrackFindingAlg.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.