WIP: IOVSvc: Make CondInputLoader reentrant and some cleanup
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
Edited by Frank Winklmeier