Skip to content

Commit 109644e

Browse files
martenoledavidrohr
authored andcommitted
Enable TPC residual track data sending
1 parent a2a4fed commit 109644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/common/setenv_calib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SOURCE_GUARD_SETENV_CALIB=1
1313

1414
# For the moment the TPC interpolation will always send also the track parameters in addition to unbinned residuals to the aggregator.
1515
# Remove this line to only send unbinned residuals
16-
if [[ -z "$CALIB_TPC_SCDCALIB_SENDTRKDATA" ]]; then export CALIB_TPC_SCDCALIB_SENDTRKDATA=0; fi
16+
if [[ -z "$CALIB_TPC_SCDCALIB_SENDTRKDATA" ]]; then export CALIB_TPC_SCDCALIB_SENDTRKDATA=1; fi
1717

1818
if [[ $BEAMTYPE != "cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
1919
# calibrations for primary vertex

0 commit comments

Comments
 (0)