We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f348199 commit 3378d51Copy full SHA for 3378d51
DATA/common/setenv_calib.sh
@@ -49,6 +49,9 @@ if [[ $BEAMTYPE != "cosmic" ]] || [[ $FORCECALIBRATIONS == 1 ]] ; then
49
CALIB_TPC_RESPADGAIN=0
50
fi
51
52
+ # WORKAROUND - DISABLE TPC PADGAIN CALIB - TOO SLOW
53
+ CALIB_TPC_RESPADGAIN=0
54
+
55
# calibrations for TRD
56
if has_detector_calib TRD && has_detectors ITS TPC TRD ; then
57
if [[ -z ${CALIB_TRD_VDRIFTEXB+x} ]]; then CALIB_TRD_VDRIFTEXB=1; fi
0 commit comments