File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 208208
209209
210210if [[ " 0${GEN_TOPO_VERBOSE:- } " == " 01" ]]; then
211+ echo " CALIB_RCT_UPDATER = ${CALIB_RCT_UPDATER:- } " 1>&2
211212 echo " CALIB_PRIMVTX_MEANVTX = $CALIB_PRIMVTX_MEANVTX " 1>&2
212213 echo " CALIB_TOF_LHCPHASE = $CALIB_TOF_LHCPHASE " 1>&2
213214 echo " CALIB_TOF_CHANNELOFFSETS = $CALIB_TOF_CHANNELOFFSETS " 1>&2
239240
240241# define spec for proxy for TF-based outputs from BARREL
241242if [[ -z ${CALIBDATASPEC_BARREL_TF:- } ]]; then
243+ # RCT updater
244+ if [[ ${CALIB_RCT_UPDATER:- } == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " calibRCT:CTD/DONE/0" ; fi
242245 # prim vtx
243246 if [[ $CALIB_PRIMVTX_MEANVTX == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF " pvtx:GLO/PVTX/0" ; fi
244247
You can’t perform that action at this time.
0 commit comments