Skip to content

Commit 0b29a89

Browse files
authored
[ALICE3] Add dummy process (#14352)
1 parent 69d6b62 commit 0b29a89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ struct OnTheFlyDetectorGeometryProvider {
8282
pc.services().get<o2::framework::ControlService>().endOfStream();
8383
pc.services().get<o2::framework::ControlService>().readyToQuit(o2::framework::QuitRequest::Me);
8484
}
85+
86+
void processDummy(o2::aod::McCollisions const&)
87+
{
88+
}
89+
PROCESS_SWITCH(OnTheFlyDetectorGeometryProvider, processDummy, "process dummy", false);
8590
};
8691

8792
// #define VERIFY_ALICE3

0 commit comments

Comments
 (0)