From 7b52a03630234d06e8cc0fc5a50bd5c115d467de Mon Sep 17 00:00:00 2001 From: shahoian Date: Thu, 9 Jul 2026 12:06:58 +0200 Subject: [PATCH] Extra settings for Pb26 apass At the moment impose tuned TRD error and MeanVertex bias related to v10n geometry only for Pb26 processing (runNumber > 572013) --- DATA/production/configurations/asyncReco/setenv_extra.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DATA/production/configurations/asyncReco/setenv_extra.sh b/DATA/production/configurations/asyncReco/setenv_extra.sh index 307c88d71..c414dc716 100644 --- a/DATA/production/configurations/asyncReco/setenv_extra.sh +++ b/DATA/production/configurations/asyncReco/setenv_extra.sh @@ -646,6 +646,14 @@ fi # ad-hoc settings for TRD matching export CONFIG_EXTRA_PROCESS_o2_trd_global_tracking+=";$ITSEXTRAERR;$TRACKTUNETPC;$VDRIFTPARAMOPTION;GPU_rec_trd.minTrackPt=0.3;" +# Pb26 reconstruction uses improved alignment with shifted ITS (mean vertex) +if [[ $RUNNUMBER -ge 572013 ]] ; then + export CONFIG_EXTRA_PROCESS_o2_trd_global_tracking+=";GPU_rec_trd.trkltResRPhiIdeal=0.2;GPU_rec_trd.trkltResVsTanPhiMisalign=1.;" + if [[ -z $ALIEN_JDL_MVBIAS ]]; then + export O2_DPL_MVBIAS=";mvbias.xyz[0]=0.0332;mvbias.xyz[1]=-0.1825;mvbias.xyz[2]=-0.2846;mvbias.slopeX=-4.27e-05;mvbias.slopeY=-6.96e-05;"; + fi +fi + # ad-hoc settings for FT0 export ARGS_EXTRA_PROCESS_o2_ft0_reco_workflow+=" --ft0-reconstructor" if [[ $BEAMTYPE == "PbPb" ]]; then