File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Framework/AnalysisSupport/src Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -98,29 +98,6 @@ using o2::monitoring::tags::Value;
9898
9999namespace o2 ::framework::readers
100100{
101- auto setEOSCallback (InitContext& ic)
102- {
103- ic.services ().get <CallbackService>().set <CallbackService::Id::EndOfStream>(
104- [](EndOfStreamContext& eosc) {
105- auto & control = eosc.services ().get <ControlService>();
106- control.endOfStream ();
107- control.readyToQuit (QuitRequest::Me);
108- });
109- }
110-
111- template <typename O>
112- static inline auto extractTypedOriginal (ProcessingContext& pc)
113- {
114- // / FIXME: this should be done in invokeProcess() as some of the originals may be compound tables
115- return O{pc.inputs ().get <TableConsumer>(aod::MetadataTrait<O>::metadata::tableLabel ())->asArrowTable ()};
116- }
117-
118- template <typename ... Os>
119- static inline auto extractOriginalsTuple (framework::pack<Os...>, ProcessingContext& pc)
120- {
121- return std::make_tuple (extractTypedOriginal<Os>(pc)...);
122- }
123-
124101AlgorithmSpec AODJAlienReaderHelpers::rootFileReaderCallback (ConfigContext const & ctx)
125102{
126103 // aod-parent-base-path-replacement is now a workflow option, so it needs to be
You can’t perform that action at this time.
0 commit comments