File tree Expand file tree Collapse file tree
DATA/production/configurations/asyncReco Expand file tree Collapse file tree Original file line number Diff line number Diff line change 646646# ad-hoc settings for TRD matching
647647export 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
650658export ARGS_EXTRA_PROCESS_o2_ft0_reco_workflow+=" --ft0-reconstructor"
651659if [[ $BEAMTYPE == " PbPb" ]]; then
You can’t perform that action at this time.
0 commit comments