Skip to content

Commit 5b7fb46

Browse files
committed
Option to bias the MeanVertex with ALIEN_JDL_MVBIAS
1 parent c36702a commit 5b7fb46

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,11 @@ if [[ $ALIEN_JDL_PREPROPAGATE == "1" ]] ; then
828828
export ARGS_EXTRA_PROCESS_o2_aod_producer_workflow+=" --propagate-tracks --propagate-tracks-max-xiu 5"
829829
fi
830830

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+
831836
# Enabling QC
832837
if [[ $ALIEN_JDL_QCOFF != "1" ]]; then
833838
export WORKFLOW_PARAMETERS="QC,${WORKFLOW_PARAMETERS}"

0 commit comments

Comments
 (0)