Skip to content

Commit d5fa395

Browse files
committed
Add AGD DataOrigin to the list accepted by DCS file-push service
1 parent 3318e86 commit d5fa395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
using namespace o2::framework;
3535
using DetID = o2::detectors::DetID;
3636

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

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

0 commit comments

Comments
 (0)