Skip to content
Snippets Groups Projects
Commit 1ff8ef49 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'fix-rdp' into 'master'

HltROBDataProviderSvc: Reset missing ROBs vector before calling eventCache_checkRobListToCache

Closes ATR-21716

See merge request atlas/athena!35197
parents bb1a9c7f af193812
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,7 @@ void HltROBDataProviderSvc::getROBData(const EventContext& context,
// return all the requested ROB fragments from the cache
robFragments.clear() ;
robIds_missing.clear() ;
eventCache_checkRobListToCache(cache, robIds, robFragments, robIds_missing) ;
}
......
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