Skip to content

Commit cc80ffa

Browse files
committed
Disable TPC SAC calib by default, not yet working
1 parent d8b0d93 commit cc80ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DATA/common/setenv_calib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [[ $BEAMTYPE != "cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
7575
fi
7676
# SAC
7777
if [[ $CAN_DO_CALIB_TPC_SAC == 1 ]]; then
78-
if [[ -z ${CALIB_TPC_SAC+x} ]]; then CALIB_TPC_SAC=1; fi
78+
if [[ -z ${CALIB_TPC_SAC+x} ]]; then CALIB_TPC_SAC=0; fi # default is off
7979
fi
8080

8181
# calibrations for TRD

0 commit comments

Comments
 (0)