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
+5-2Lines changed: 5 additions & 2 deletions
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
@@ -263,7 +263,10 @@ if [[ -z ${CALIBDATASPEC_BARREL_TF:-} ]]; then
263
263
if [[ $CALIB_PRIMVTX_MEANVTX== 1 ]];then add_semicolon_separated CALIBDATASPEC_BARREL_TF "pvtx:GLO/PVTX/0";fi
264
264
265
265
# ITS
266
-
if [[ $CALIB_ITS_DEADMAP_TIME== 1 ]];then add_semicolon_separated CALIBDATASPEC_BARREL_TF "itsChipStatus:ITS/CHIPSSTATUS/0";fi
0 commit comments