Skip to content

CondSvc can return IoVs for a given piece of data

Benjamin Michael Wynne requested to merge bwynne/athena:StallCondDebugLog into master

Relies on / needed for Gaudi MR gaudi/Gaudi!994 (merged)

Adds a method to CondSvc that returns the valid ranges for a given piece of data.

Annoyingly the lookup method is really inefficient for some reason, and I can't get the more efficient version to work (see commented code). Something to do with SG retrieve using a generic base class?

Edited by Benjamin Michael Wynne

Merge request reports