Skip to content

Commit a58e1e4

Browse files
shahor02wiechula
authored andcommitted
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> (cherry picked from commit 491797a)
1 parent 4798cec commit a58e1e4

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
@@ -574,8 +574,8 @@ if [[ $ADD_CALIB == "1" ]]; then
574574
if [[ $DO_TPC_RESIDUAL_EXTRACTION == "1" ]]; then
575575
export CALIB_TPC_SCDCALIB=1
576576
export CALIB_TPC_SCDCALIB_SENDTRKDATA=1
577-
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"
578-
export ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow="$ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow --tracking-sources ITS-TPC"
577+
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"
578+
export ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow="$ARGS_EXTRA_PROCESS_o2_tpc_scdcalib_interpolation_workflow --tracking-sources-map-extraction ITS-TPC"
579579
# ad-hoc settings for TPC residual extraction
580580
export ARGS_EXTRA_PROCESS_o2_calibration_residual_aggregator="$ARGS_EXTRA_PROCESS_o2_calibration_residual_aggregator --output-type trackParams,unbinnedResid"
581581
if [[ $ALIEN_JDL_DEBUGRESIDUALEXTRACTION == "1" ]]; then

0 commit comments

Comments
 (0)