Skip to content

AthContainers: Skip copying unlocked decorations only in Ath builds

In the previous change, we skipped copying unlocked decorations to avoid data races.

However, this has the potential to affect analysis code, especially because in AnalysisBase, WriteDecorHandle does not lock decorations like it does in Athena/AthAnalysis builds.

For now, disable this change in AnalysisBase.

Merge request reports

Loading