Skip to content

Commit

Permalink
add RCT updated workflow to calib aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Mar 25, 2024
1 parent dc0c5bc commit 8fb17fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DATA/common/setenv_calib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ fi


if [[ "0${GEN_TOPO_VERBOSE:-}" == "01" ]]; then
echo "CALIB_RCT_UPDATER = ${CALIB_RCT_UPDATER:-}" 1>&2
echo "CALIB_PRIMVTX_MEANVTX = $CALIB_PRIMVTX_MEANVTX" 1>&2
echo "CALIB_TOF_LHCPHASE = $CALIB_TOF_LHCPHASE" 1>&2
echo "CALIB_TOF_CHANNELOFFSETS = $CALIB_TOF_CHANNELOFFSETS" 1>&2
Expand Down Expand Up @@ -239,6 +240,8 @@ fi

# define spec for proxy for TF-based outputs from BARREL
if [[ -z ${CALIBDATASPEC_BARREL_TF:-} ]]; then
# RCT updater
if [[ ${CALIB_RCT_UPDATER:-} == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF "calibRCT:CTD/DONE/0"; fi
# prim vtx
if [[ $CALIB_PRIMVTX_MEANVTX == 1 ]]; then add_semicolon_separated CALIBDATASPEC_BARREL_TF "pvtx:GLO/PVTX/0"; fi

Expand Down

0 comments on commit 8fb17fd

Please sign in to comment.