ATLAS Offline Software
Loading...
Searching...
No Matches
PathResolver.py
Go to the documentation of this file.
1# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2"""
3Python bindings to the C++ PathResolver. Usage:
4>>> from PathResolver import PathResolver
5>>> PathResolver.FindCalibFile("blah")
6
7In general, it is preferred to use the Python-implementation from AthenaCommon.Utils.unixtools.
8"""
9
10import ROOT
11FindCalibFile = ROOT.PathResolver.FindCalibFile
12FindCalibDirectory = ROOT.PathResolver.FindCalibDirectory
13SetOutputLevel = ROOT.PathResolver.SetOutputLevel