Skip to content

CaloDepthTool: Load CaloDetDescrMgr from CondStore

Walter Lampl requested to merge wlampl/athena:CaloDepthTool_DetDescrMgr into master

This is a rather naive migration of the CaloDepthTool to load the CaloDetDescrManager from the ConditonStore. It could create a CPU-hotspot if called in a tight loop because the ConditionStore and the CondCont are queried on every invocation.

ping @tsulaia

Merge request reports