Skip to content

Commit 1f2e52f

Browse files
authored
Enforce merge-by-name AOD merging for MC-DATA embedding
This is needed to preserve the same DF structure as in the parent file.
1 parent 4eee7fb commit 1f2e52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/ANCHOR/anchorMC_DataEmbedding.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ done
452452
if [ "${ALIEN_JDL_MC_DATA_EMBEDDING_AO2D}" ]; then
453453
# produce the final merged AO2D
454454
find ./ -maxdepth 2 -mindepth 2 -name "AO2D.root" > aod_inputs.txt
455-
o2-aod-merger --input aod_inputs.txt --output AO2D.root
455+
o2-aod-merger --input aod_inputs.txt --output AO2D.root --merge-by-name # --merge-by-name restricts merging to folders of same name
456456
fi
457457

458458
#

0 commit comments

Comments
 (0)