3Python bindings to the C++ PathResolver. Usage:
4>>> from PathResolver import PathResolver
5>>> PathResolver.FindCalibFile("blah")
7In general, it is preferred to use the Python-implementation from AthenaCommon.Utils.unixtools.
11FindCalibFile = ROOT.PathResolver.FindCalibFile
12FindCalibDirectory = ROOT.PathResolver.FindCalibDirectory
13SetOutputLevel = ROOT.PathResolver.SetOutputLevel