Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MC/run/ANCHOR/anchorMC_DataEmbedding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ done
if [ "${ALIEN_JDL_MC_DATA_EMBEDDING_AO2D}" ]; then
# produce the final merged AO2D
find ./ -maxdepth 2 -mindepth 2 -name "AO2D.root" > aod_inputs.txt
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
fi

#
Expand Down
Loading