Skip to content

WIP: IOVSvc: Make CondInputLoader reentrant and some cleanup

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

The main change here is to make the CondInputLoader reentrant instead of relying on the thread-local EventContext. At the same time I took the opportunity to do some more cleaanup:

  • Move private headers to the src directory
  • Remove duplicate include guards
  • Delete unused IOVSvc.icc
  • Cleanup library dependencies in CMakeLists.txt

cc @tsulaia @leggett

Edited by Frank Winklmeier

Merge request reports