Skip to content

Commit b8d7275

Browse files
martenolechiarazampolli
authored andcommitted
Enable sending track data with TPC residuals
1 parent 51fcc50 commit b8d7275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DATA/production/configurations/2022/LHC22f/apass1_TPCcalib/setenv_extra.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export ARGS_EXTRA_PROCESS_o2_ctf_reader_workflow="$ARGS_EXTRA_PROCESS_o2_ctf_rea
4141

4242
# run-dependent options
4343
if [[ -f "setenv_run.sh" ]]; then
44-
source setenv_run.sh
44+
source setenv_run.sh
4545
else
4646
echo "************************************************************"
4747
echo No ad-hoc run-dependent settings for current async processing
@@ -104,7 +104,7 @@ export ARGS_EXTRA_PROCESS_o2_fv0_reco_workflow="--fv0-reconstructor"
104104
# ad-hoc settings for FDD
105105
#...
106106

107-
# ad-hoc settings for MFT
107+
# ad-hoc settings for MFT
108108
export CONFIG_EXTRA_PROCESS_o2_mft_reco_workflow="MFTTracking.forceZeroField=true;MFTTracking.FullClusterScan=true;MFTTracking.LTFclsRCut=0.2;"
109109
export ARGS_EXTRA_PROCESS_o2_mft_reco_workflow=" --run-assessment "
110110

@@ -130,6 +130,7 @@ if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
130130
fi
131131

132132
# Enabling TPC calibration
133+
export CALIB_TPC_SCDCALIB_SENDTRKDATA=1
133134
export WORKFLOW_PARAMETERS="CALIB,CALIB_LOCAL_INTEGRATED_AGGREGATOR,${WORKFLOW_PARAMETERS}"
134135
export CALIB_PRIMVTX_MEANVTX=0
135136
export CALIB_TOF_LHCPHASE=0
@@ -144,4 +145,3 @@ export CALIB_PHS_BADMAPCALIB=0
144145
export CALIB_PHS_TURNONCALIB=0
145146
export CALIB_PHS_RUNBYRUNCALIB=0
146147
export CALIB_CPV_GAIN=0
147-

0 commit comments

Comments
 (0)