From f694b3bdf4d6708ed7938b302e828d93d6e799ed Mon Sep 17 00:00:00 2001 From: afurs Date: Wed, 26 Apr 2023 10:36:11 +0200 Subject: [PATCH] FT0Calib: changing number of TF per slot for standalone calibration --- DATA/production/calib/ft0-timeoffset-aggregator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/calib/ft0-timeoffset-aggregator.sh b/DATA/production/calib/ft0-timeoffset-aggregator.sh index 0b44f3957..dcf0b7ac7 100755 --- a/DATA/production/calib/ft0-timeoffset-aggregator.sh +++ b/DATA/production/calib/ft0-timeoffset-aggregator.sh @@ -11,7 +11,7 @@ PROXY_INSPEC="calib:FT0/TIME_SPECTRA/0;${PROXY_INSPEC_EOS}" CALIB_TIME_OFFSET_CONFIG="FT0CalibParam.mNExtraSlots=0" WORKFLOW="o2-dpl-raw-proxy ${ARGS_ALL} --proxy-name ft0-timeoffset-input-proxy --dataspec \"${PROXY_INSPEC}\" --network-interface ib0 --channel-config \"name=ft0-timeoffset-input-proxy,method=bind,type=pull,rateLogging=1,transport=zeromq\" | " -WORKFLOW+="o2-calibration-ft0-time-offset-calib --configKeyValues \"${CALIB_TIME_OFFSET_CONFIG}\" ${ARGS_ALL} --tf-per-slot 26400 | " +WORKFLOW+="o2-calibration-ft0-time-offset-calib --configKeyValues \"${CALIB_TIME_OFFSET_CONFIG}\" ${ARGS_ALL} --tf-per-slot 105600 | " WORKFLOW+="o2-calibration-ccdb-populator-workflow ${ARGS_ALL} --configKeyValues \"$ARGS_ALL_CONFIG\" --ccdb-path=\"http://ccdb-test.cern.ch:8080\" --sspec-min 1 --sspec-max 1 | " WORKFLOW+="o2-dpl-run ${ARGS_ALL} ${GLOBALDPLOPT}"