You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DATA/common/setenv_calib.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ if [[ $SYNCMODE != 1 ]] && has_detector_reco TPC; then CAN_DO_CALIB_ASYNC_EXTRAC
40
40
if has_detector CTP;thenexport CALIB_TPC_SCDCALIB_CTP_INPUT="--enable-ctp";elseexport CALIB_TPC_SCDCALIB_CTP_INPUT="";fi
41
41
if [[ ${DISABLE_TRD_PH:-}== 1 ]];then CAN_DO_CALIB_TRD_T0=0;fi
42
42
43
-
:${CALIB_TPC_SCDCALIB_SLOTLENGTH:=600}# the slot length needs to be known both on the aggregator and the processing nodes, therefore it is defined (in seconds!) here
43
+
:${CALIB_TPC_SCDCALIB_SLOTLENGTH:=300}# the slot length needs to be known both on the aggregator and the processing nodes, therefore it is defined (in seconds!) here
44
44
:${CALIB_TPC_SCDCALIB_SENDTRKDATA:=1}# by default, we want to write the track information in addition to unbinned residuals to allow finer filtering offline
45
45
46
46
if [[ $BEAMTYPE!="cosmic" ]] || [[ ${FORCECALIBRATIONS:-}== 1 ]] ;then# Calibrations enabled in non-COSMIC runs
0 commit comments