Skip to content

IOVDbSvc: Fix for OverrideRunNumber

Frank Winklmeier requested to merge fwinkl/athena:iovdbsvc_ioptsvc2 into master

Fix for bug introduced in !36278 (merged). Reading the OverrideRunNumber property directly from the EventSelector does not work in case the EventSelector has not been initialized yet (ATLASSIM-4767). Change the code again to use the JobOptionsSvc to read the properties.

Merge request reports