We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a4fed commit 109644eCopy full SHA for 109644e
DATA/common/setenv_calib.sh
@@ -13,7 +13,7 @@ SOURCE_GUARD_SETENV_CALIB=1
13
14
# For the moment the TPC interpolation will always send also the track parameters in addition to unbinned residuals to the aggregator.
15
# Remove this line to only send unbinned residuals
16
-if [[ -z "$CALIB_TPC_SCDCALIB_SENDTRKDATA" ]]; then export CALIB_TPC_SCDCALIB_SENDTRKDATA=0; fi
+if [[ -z "$CALIB_TPC_SCDCALIB_SENDTRKDATA" ]]; then export CALIB_TPC_SCDCALIB_SENDTRKDATA=1; fi
17
18
if [[ $BEAMTYPE != "cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
19
# calibrations for primary vertex
0 commit comments