Skip to content

Draft: Adding pixel/SCT clusters and MSOSs for tracks & tracklets to DAOD_LLP1

Ian Dyckes requested to merge gdyckes/athena:clusters-in-LLP1 into main

If pixel/SCT cluster and MSOS containers are present in the AOD, save them to DAOD_LLP1.

Since we use smart containers for InDetTrackParticles, we have to explicitly keep the links from these tracks to the MSOS containers (InDetTrackParticles.Reco_msosLink). We save everything for InDetDisappearingTrackParticles.

Since we only expect to have a small number of events in our custom AODs, I don't think we need to slim the cluster containers.

Merge request reports