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
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ SOURCE_GUARD_SETENV_CALIB=1
13
13
14
14
# define the conditions for each calibration
15
15
if has_detector_calib ITS && has_detectors_reco ITS && has_detector_matching PRIMVTX && [[ !-z"$VERTEXING_SOURCES" ]];then CAN_DO_CALIB_PRIMVTX_MEANVTX=1;else CAN_DO_CALIB_PRIMVTX_MEANVTX=0;fi
16
+
if has_detector_calib ITS ;then CAN_DO_CALIB_ITS_DEADMAP_TIME=1;else CAN_DO_CALIB_ITS_DEADMAP_TIME=0;fi
17
+
if has_detector_calib MFT ;then CAN_DO_CALIB_MFT_DEADMAP_TIME=1;else CAN_DO_CALIB_MFT_DEADMAP_TIME=0;fi
16
18
if has_detector_calib TOF && has_detector_reco TOF;then CAN_DO_CALIB_TOF_DIAGNOSTICS=1; CAN_DO_CALIB_TOF_INTEGRATEDCURR=1;else CAN_DO_CALIB_TOF_DIAGNOSTICS=0; CAN_DO_CALIB_TOF_INTEGRATEDCURR=0;fi
0 commit comments