Skip to content
Snippets Groups Projects
Commit 7c98a860 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'lbn.AthenaServices-20190223' into 'master'

AthenaServices: Fix setting lbn in the event context in AthenaEventLoopMgr.

See merge request atlas/athena!21380
parents a566908d 4ecab696
No related branches found
No related tags found
No related merge requests found
......@@ -687,8 +687,8 @@ StatusCode AthenaEventLoopMgr::executeEvent(void* /*par*/)
pEventPtr = CxxUtils::make_unique<EventInfo>
(new EventID(1,m_nevt), new EventType());
pEvent = pEventPtr.get();
eventID=*(pEvent->event_ID());
pEventPtr->event_ID()->set_lumi_block( m_nevt );
eventID=*(pEvent->event_ID());
StatusCode sc = eventStore()->record(std::move(pEventPtr),"");
if( !sc.isSuccess() ) {
error()
......
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