Skip to content

First implementation of the PatterRecognition package

Carlo Varni requested to merge cvarni/athena:CreatePatternRecognitionFolder into main

The ActsTrackReconstruction package was getting way too crowded, expecially since I see other MRs adding several files there. I think that separating the Patter Recognition-related files in a dedicated package may be a reasonable idea.

This MR makes the following:

  • Creates an ActsPatternRecognition package and moves there all seeding algorithms/tools as well as the parameter estimation tool
  • Move TableUtils (that means .h, .cpp and test unit) into ActsInterop package, since that is a quite general implementation that can be used also in other stages of the ACTS workflow

Tagging @tbold @goetz @ncalace @adye for additional feedbacks

Merge request reports