Skip to content

Commit

Permalink
Use unified macro for AOD merging
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino committed May 31, 2018
1 parent 8d986e4 commit c334bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/AOD_merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "$ALIDPG_ROOT" = "" ]; then
fi
fi

for testPath in AODtrainsim.C AODtrain.C $ALIDPG_ROOT/AOD/AODtrainsim.C $ALIDPG_ROOT/AOD/AODtrain.C; do
for testPath in AODtrainRawAndMC.C $ALIDPG_ROOT/AOD/AODtrainRawAndMC.C; do
if [ -f "$testPath" ]; then
MACROPATH="$testPath"
break
Expand Down

0 comments on commit c334bae

Please sign in to comment.