Skip to content

Commit

Permalink
Update MC/run/PWGHF/run_anchor_ini_from_cvmfs_example.sh
Browse files Browse the repository at this point in the history
Co-authored-by: BiaoZhang <[email protected]>
  • Loading branch information
fgrosa and zhangbiao-phy authored Sep 16, 2024
1 parent bdc5e38 commit 700e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/run/PWGHF/run_anchor_ini_from_cvmfs_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ if [ ! -f $MODIFIEDINI ]; then
sed -e "s|$CFGTOREPLACE|$CFGFROMCVMFS|g" -e "s|$GENTOREPLACE|$GENFROMCVMFS|g" $ORIGINALINI > $MODIFIEDINI
fi
MODIFIEDINI_ABSPATH=$(readlink -f $MODIFIEDINI)
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen external -ini $MODIFIEDINI"
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen external -ini $MODIFIEDINI_ABSPATH"

${O2DPG_ROOT}/MC/run/ANCHOR/anchorMC.sh

0 comments on commit 700e4e7

Please sign in to comment.