We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eee7fb commit 1f2e52fCopy full SHA for 1f2e52f
MC/run/ANCHOR/anchorMC_DataEmbedding.sh
@@ -452,7 +452,7 @@ done
452
if [ "${ALIEN_JDL_MC_DATA_EMBEDDING_AO2D}" ]; then
453
# produce the final merged AO2D
454
find ./ -maxdepth 2 -mindepth 2 -name "AO2D.root" > aod_inputs.txt
455
- o2-aod-merger --input aod_inputs.txt --output AO2D.root
+ o2-aod-merger --input aod_inputs.txt --output AO2D.root --merge-by-name # --merge-by-name restricts merging to folders of same name
456
fi
457
458
#
0 commit comments