Skip to content

Commit 491797a

Browse files
shahor02wiechula
andauthored
interpolation w-flow uses ITS-TPC as map-extraction src, all for track-src (#1644)
* interpolation w-flow uses ITS-TPC as map-extraction src, all for tracking-src * Update DATA/production/configurations/asyncReco/setenv_extra.sh Co-authored-by: wiechula <11199190+wiechula@users.noreply.github.com> --------- Co-authored-by: shahoian <ruben.shahoyan@cern.ch> Co-authored-by: wiechula <11199190+wiechula@users.noreply.github.com>
1 parent 6b4452c commit 491797a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ if [[ $ADD_CALIB == "1" ]]; then
564564
if [[ $DO_TPC_RESIDUAL_EXTRACTION == "1" ]]; then
565565
export CALIB_TPC_SCDCALIB=1
566566
export CALIB_TPC_SCDCALIB_SENDTRKDATA=1
567-
export CONFIG_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow="scdcalib.maxTracksPerCalibSlot=35000000;scdcalib.minPtNoOuterPoint=0.2;scdcalib.maxQ2Pt=5;scdcalib.minITSNClsNoOuterPoint=6;scdcalib.minITSNCls=4;scdcalib.minTPCNClsNoOuterPoint=90"
568-
export ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow="$ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow --tracking-sources ITS-TPC"
567+
export CONFIG_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow="scdcalib.additionalTracksMap=35000000;scdcalib.minPtNoOuterPoint=0.2;scdcalib.maxQ2Pt=5;scdcalib.minITSNClsNoOuterPoint=6;scdcalib.minITSNCls=4;scdcalib.minTPCNClsNoOuterPoint=90;scdcalib.minTOFTRDPVContributors=2"
568+
export ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow="$ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow --tracking-sources-map-extraction ITS-TPC"
569569
# ad-hoc settings for TPC residual extraction
570570
export ARGS_EXTRA_PROCESS_o2_calibration_residual_aggregator="$ARGS_EXTRA_PROCESS_o2_calibration_residual_aggregator --output-type trackParams,unbinnedResid"
571571
if [[ $ALIEN_JDL_DEBUGRESIDUALEXTRACTION == "1" ]]; then

0 commit comments

Comments
 (0)