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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ if [[ $SYNCMODE != 1 ]] && has_detector_reco TPC && has_detector_reco ITS && has
36
36
# additional individual settings for calibration workflows
37
37
if has_detector CTP;thenexport CALIB_TPC_SCDCALIB_CTP_INPUT="--enable-ctp";elseexport CALIB_TPC_SCDCALIB_CTP_INPUT="";fi
38
38
if [[ ${DISABLE_TRD_PH:-}== 1 ]];then CAN_DO_CALIB_TRD_T0=0;fi
39
-
# the slot length needs to be known both on the aggregator and the processing nodes, therefore it is defined (in seconds!) here
40
-
:${CALIB_TPC_SCDCALIB_SLOTLENGTH:=600}
39
+
40
+
:${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
41
+
:${CALIB_TPC_SCDCALIB_SENDTRKDATA:=1}# by default, we want to write the track information in addition to unbinned residuals to allow finer filtering offline
41
42
42
43
if [[ $BEAMTYPE!="cosmic" ]] || [[ ${FORCECALIBRATIONS:-}== 1 ]] ;then
0 commit comments