Skip to content

Commit 706946e

Browse files
committed
Add --run to alignment geometry creation
We need to put `--run` to DPL workflows which are prefixed with echo "echo ... pipe". This should fix a problem where (under so far unknown circumstances), the geometry alignment workflow did not execute properly.
1 parent 93e6a0d commit 706946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ if [ ! "${CCDB_RC}" == "0" ]; then
245245
fi
246246

247247
# TODO This can potentially be removed or if needed, should be taken over by o2dpg_sim_workflow_anchored.py and O2_dpg_workflow_runner.py
248-
echo "run with echo in pipe" | ${O2_ROOT}/bin/o2-create-aligned-geometry-workflow --configKeyValues "HBFUtils.startTime=${TIMESTAMP}" --condition-remap=file://${ALICEO2_CCDB_LOCALCACHE}=ITS/Calib/Align -b
248+
echo "run with echo in pipe" | ${O2_ROOT}/bin/o2-create-aligned-geometry-workflow --configKeyValues "HBFUtils.startTime=${TIMESTAMP}" --condition-remap=file://${ALICEO2_CCDB_LOCALCACHE}=ITS/Calib/Align -b --run
249249
mkdir -p $ALICEO2_CCDB_LOCALCACHE/GLO/Config/GeometryAligned
250250
ln -s -f $PWD/o2sim_geometry-aligned.root $ALICEO2_CCDB_LOCALCACHE/GLO/Config/GeometryAligned/snapshot.root
251251
[[ -f $PWD/its_GeometryTGeo.root ]] && mkdir -p $ALICEO2_CCDB_LOCALCACHE/ITS/Config/Geometry && ln -s -f $PWD/its_GeometryTGeo.root $ALICEO2_CCDB_LOCALCACHE/ITS/Config/Geometry/snapshot.root

0 commit comments

Comments
 (0)