Skip to content
Snippets Groups Projects
Commit c36a5f94 authored by James Catmore's avatar James Catmore
Browse files

Fix for ATLASRECTS-3861

The DerivationFramework SlimmingHelper, which is used by a number of performance DPDs made at Tier-0, imports a python fragment that builds xAOD truth when it encounters the GEN_EVENT container. This fragment is normally used for TRUTH format making and is called by the slimming helper for adding certain truth branches. However, in performance DPDs the input is transient ESD, and the xAOD truth has already been run. So there is a conflict as the truth metadata is written and a crash, reported in ATLASRECTS-3861. This MR by-passes this issue by removing the import of the truth-building fragment. Note that in newer versions of the SlimmingHelper used in 21.2, this import was dropped anyway, but it is part of a much bigger set of changes that we aren't ready to import to 21.0 at this stage.


Former-commit-id: 7885d264ea0044f4a8dcd652464e75f74a994607
parent 5ae24928
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment