From d5fa3958a9c8eabce2a09978fb39a269aa55b545 Mon Sep 17 00:00:00 2001 From: shahoian Date: Fri, 13 Dec 2024 16:36:39 +0100 Subject: [PATCH] Add AGD DataOrigin to the list accepted by DCS file-push service --- Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx b/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx index 9b697da428ad2..b660093fb6029 100644 --- a/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx +++ b/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx @@ -34,7 +34,7 @@ using namespace o2::framework; using DetID = o2::detectors::DetID; -std::array exceptionsDetID{"GRP"}; +std::array exceptionsDetID{"GRP", "AGD"}; void sendAnswer(const std::string& what, const std::string& ack_chan, fair::mq::Device& device) {