Skip to content
Snippets Groups Projects
Commit f45b674d authored by Jack Cranshaw's avatar Jack Cranshaw Committed by Graeme Stewart
Browse files

Move rdo prov back to EventSelectorByteStream::next (ByteStreamCnvSvc-01-34-24-04)

parent 23ad4961
No related branches found
No related tags found
No related merge requests found
......@@ -507,8 +507,8 @@ StatusCode EventSelectorByteStream::next(IEvtSelector::Context& it) const {
ATH_MSG_WARNING("Continue with bad event");
}
// Set RE for rob data provider svc
//m_robProvider->setNextEvent(pre);
//m_robProvider->setEventStatus(m_eventSource->currentEventStatus());
m_robProvider->setNextEvent(pre);
m_robProvider->setEventStatus(m_eventSource->currentEventStatus());
// Check whether properties or tools reject this event
if ( m_NumEvents > m_SkipEvents &&
......@@ -936,8 +936,8 @@ StatusCode EventSelectorByteStream::readEvent(int maxevt) {
StatusCode EventSelectorByteStream::createAddress(const IEvtSelector::Context& /*it*/,
IOpaqueAddress*& iop) const {
const RawEvent* pre = m_eventSource->currentEvent();
m_robProvider->setNextEvent(pre);
m_robProvider->setEventStatus(m_eventSource->currentEventStatus());
//m_robProvider->setNextEvent(pre);
//m_robProvider->setEventStatus(m_eventSource->currentEventStatus());
SG::DataProxy* proxy = m_evtStore->proxy(ClassID_traits<DataHeader>::ID(),"ByteStreamDataHeader");
if (proxy !=0) {
iop = proxy->address();
......
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