Skip to content

Commit 5452aba

Browse files
authored
TPC SCD calib send track data by default (#1474)
1 parent 2c5d4f3 commit 5452aba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DATA/common/setenv_calib.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ if [[ $SYNCMODE != 1 ]] && has_detector_reco TPC && has_detector_reco ITS && has
3636
# additional individual settings for calibration workflows
3737
if has_detector CTP; then export CALIB_TPC_SCDCALIB_CTP_INPUT="--enable-ctp"; else export CALIB_TPC_SCDCALIB_CTP_INPUT=""; fi
3838
if [[ ${DISABLE_TRD_PH:-} == 1 ]]; then CAN_DO_CALIB_TRD_T0=0; fi
39-
# the slot length needs to be known both on the aggregator and the processing nodes, therefore it is defined (in seconds!) here
40-
: ${CALIB_TPC_SCDCALIB_SLOTLENGTH:=600}
39+
40+
: ${CALIB_TPC_SCDCALIB_SLOTLENGTH:=600} # the slot length needs to be known both on the aggregator and the processing nodes, therefore it is defined (in seconds!) here
41+
: ${CALIB_TPC_SCDCALIB_SENDTRKDATA:=1} # by default, we want to write the track information in addition to unbinned residuals to allow finer filtering offline
4142

4243
if [[ $BEAMTYPE != "cosmic" ]] || [[ ${FORCECALIBRATIONS:-} == 1 ]] ; then
4344

0 commit comments

Comments
 (0)