Skip to content

Persistify ACTS containers with xAOD keys depending on the tracking workflow

Pierfrancesco Butti requested to merge pibutti/athena:feat_atlidtrkcp611 into main

Currently certain Acts-based tracking workflows do not persist the xAOD TrackParticle containers. This MR aims to fix this issue. There are 2 possibilities:

  • If only ACTS tracking runs, then ACTS reconstructed tracks are stored in the InDetTrackParticles container and the reconstructed vertices are stored in the PrimaryVertices container
  • If both Legacy and ACTS tracking run, then Legacy tracks/vertices are stored in InDetTrackParticles/PrimaryVertices containers, while Acts TrackParticles/Vertices are stored in ActsInDetTrackParticles/ActsPrimaryVertices

https://its.cern.ch/jira/browse/ATLIDTRKCP-611

Edited by Pierfrancesco Butti

Merge request reports