Skip to content
Snippets Groups Projects
Commit 89f37969 authored by Felix Weiglhofer's avatar Felix Weiglhofer Committed by Pierre-Alain Loizeau
Browse files

cbmreco: Write events to file. (Author: V.Friese)

parent 47796269
No related branches found
No related tags found
1 merge request!1257Rebase branch DC_July23
......@@ -130,9 +130,7 @@ RecoResults Reco::Run(const fles::Timeslice& ts)
PrintTimings(ts_times);
RecoResults results(RecoResultsDescriptor(Opts(), Params()));
CbmDigiEvent ev;
ev.fData = std::move(unpackResult.first.fData);
results.Events().emplace_back(std::move(ev));
results.Events() = std::move(events);
return results;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment