We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b0d93 commit cc80ffaCopy full SHA for cc80ffa
1 file changed
DATA/common/setenv_calib.sh
@@ -75,7 +75,7 @@ if [[ $BEAMTYPE != "cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
75
fi
76
# SAC
77
if [[ $CAN_DO_CALIB_TPC_SAC == 1 ]]; then
78
- if [[ -z ${CALIB_TPC_SAC+x} ]]; then CALIB_TPC_SAC=1; fi
+ if [[ -z ${CALIB_TPC_SAC+x} ]]; then CALIB_TPC_SAC=0; fi # default is off
79
80
81
# calibrations for TRD
0 commit comments