Skip to content
Snippets Groups Projects
Commit af193812 authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

Reset missing ROBs vector before calling eventCache_checkRobListToCache

Patch sent by @wiedenma
parent 7f99169c
No related branches found
No related tags found
No related merge requests found
...@@ -387,6 +387,7 @@ void HltROBDataProviderSvc::getROBData(const EventContext& context, ...@@ -387,6 +387,7 @@ void HltROBDataProviderSvc::getROBData(const EventContext& context,
// return all the requested ROB fragments from the cache // return all the requested ROB fragments from the cache
robFragments.clear() ; robFragments.clear() ;
robIds_missing.clear() ;
eventCache_checkRobListToCache(cache, robIds, robFragments, robIds_missing) ; 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