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