Skip to content

RecJobTransforms: Fix output merging step for hybrid AthenaMP/MT RAWtoALL with ComponentAccumulator

Johannes Elmsheuser requested to merge elmsheus/athena:hybrid_20230328 into 23.0

This MR fixes the output file merging step for hybrid AthenaMP/MT RAWtoALL with ComponentAccumulator as discussed in ATLASRECTS-7570 and is a follow-up to the MRs !61701 (merged) and !61903 (merged)

The code introduces the new file Reconstruction/RecJobTransforms/python/MergePool_Skeleton.py as the CA equivalent replacement of Reconstruction/RecJobTransforms/share/skeleton.MergePool_tf.py and is largely based on Reconstruction/RecJobTransforms/python/AODMerge_Skeleton.py.

Tagging @tsulaia for info.

Merge request reports