We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36702a commit 5b7fb46Copy full SHA for 5b7fb46
1 file changed
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -828,6 +828,11 @@ if [[ $ALIEN_JDL_PREPROPAGATE == "1" ]] ; then
828
export ARGS_EXTRA_PROCESS_o2_aod_producer_workflow+=" --propagate-tracks --propagate-tracks-max-xiu 5"
829
fi
830
831
+# possibility to bias the MeanVertex from the CCDB, see https://github.com/AliceO2Group/AliceO2/pull/15549
832
+if [[ -n $ALIEN_JDL_MVBIAS ]]; then
833
+ export O2_DPL_MVBIAS=$ALIEN_JDL_MVBIAS
834
+fi
835
+
836
# Enabling QC
837
if [[ $ALIEN_JDL_QCOFF != "1" ]]; then
838
export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"
0 commit comments