Skip to content

Fix decoration type clash for isSplit.

Goetz Gaycken requested to merge goetz/athena:main_fix_type_clash_isSplit into main

Multiple components apply xAOD decorations named isSplit. Since a single type is registered for each decoration all components must use the same type for identically named decorations. This patch ensures that PixelCluster_v1, PixelPrepDataToxAOD, PixelNtupleMaker use the same type.

Merge request reports