Skip to content

Add CI and ART tests for the ACTS ambiguity resolution

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

Connected to JIRA ATLIDTRKCP-436 . This MR goes together with !64189 (merged) . The code changes can go in parallel, but !64189 (merged) is needed to actually show differences in the distributions

With this MR we'll have:

  • a dedicated workflow for testing CKF without Ambi. This will convert Acts tracks (the output from CKF) to Athena tracks, which are then processed by Athena and plotted with IDVPM
  • a dedicated workflow for testing CKF + Ambi. This will convert ACTS tracks (the output from Ambi) to Athena tracks, which are then processed by Athena and plotted with IDVPM (this requires !64189 (merged) to become effective)
  • a dedicated CI test to test the above workflow (ValidateTracks will not schedule Ambi, while ValidateAmbiguityResolution will activate it). This will run on tt-bar sample
  • a dedicated ART test for the ambi that will produce the same dcube plot as the usual CKF (no ambi) for easy comparison. This wil run on single mu sample

Tagging @goetz and @adye as the experts, @keli for the ART test, @tstreble since I know he is updating the input files with the new geometry

Merge request reports