Skip to content

Commit 8bf3365

Browse files
committed
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)
1 parent c6adb1b commit 8bf3365

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,14 @@ fi
646646
# ad-hoc settings for TRD matching
647647
export CONFIG_EXTRA_PROCESS_o2_trd_global_tracking+=";$ITSEXTRAERR;$TRACKTUNETPC;$VDRIFTPARAMOPTION;GPU_rec_trd.minTrackPt=0.3;"
648648

649+
# Pb26 reconstruction uses improved alignment with shifted ITS (mean vertex)
650+
if [[ $RUNNUMBER -ge 572013 ]] ; then
651+
export CONFIG_EXTRA_PROCESS_o2_trd_global_tracking+=";GPU_rec_trd.trkltResRPhiIdeal=0.2;GPU_rec_trd.trkltResVsTanPhiMisalign=1.;"
652+
if [[ -z $ALIEN_JDL_MVBIAS ]]; then
653+
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;";
654+
fi
655+
fi
656+
649657
# ad-hoc settings for FT0
650658
export ARGS_EXTRA_PROCESS_o2_ft0_reco_workflow+=" --ft0-reconstructor"
651659
if [[ $BEAMTYPE == "PbPb" ]]; then

0 commit comments

Comments
 (0)