From 86ba038718aa7dade04cfb0e84e615a7ded261fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Jacazio?= Date: Fri, 26 Dec 2025 10:44:02 +0100 Subject: [PATCH] Add dummy process --- .../TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx b/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx index 680a79e2dcd..d1c1dfb597d 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx @@ -82,6 +82,11 @@ struct OnTheFlyDetectorGeometryProvider { pc.services().get().endOfStream(); pc.services().get().readyToQuit(o2::framework::QuitRequest::Me); } + + void processDummy(o2::aod::McCollisions const&) + { + } + PROCESS_SWITCH(OnTheFlyDetectorGeometryProvider, processDummy, "process dummy", false); }; // #define VERIFY_ALICE3