Skip to content

Commit 4e10467

Browse files
committed
remove obsolete code
1 parent aa7b24e commit 4e10467

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -98,29 +98,6 @@ using o2::monitoring::tags::Value;
9898

9999
namespace 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-
124101
AlgorithmSpec AODJAlienReaderHelpers::rootFileReaderCallback(ConfigContext const& ctx)
125102
{
126103
// aod-parent-base-path-replacement is now a workflow option, so it needs to be

0 commit comments

Comments
 (0)