Skip to content

Commit

Permalink
Add AGD DataOrigin to the list accepted by DCS file-push service
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Dec 13, 2024
1 parent 3318e86 commit d5fa395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
using namespace o2::framework;
using DetID = o2::detectors::DetID;

std::array<o2::header::DataOrigin, 1> exceptionsDetID{"GRP"};
std::array<o2::header::DataOrigin, 2> exceptionsDetID{"GRP", "AGD"};

void sendAnswer(const std::string& what, const std::string& ack_chan, fair::mq::Device& device)
{
Expand Down

0 comments on commit d5fa395

Please sign in to comment.