ATLAS Offline Software
Loading...
Searching...
No Matches
python.PathResolver Namespace Reference

Variables

 FindCalibFile = ROOT.PathResolver.FindCalibFile
 FindCalibDirectory = ROOT.PathResolver.FindCalibDirectory
 SetOutputLevel = ROOT.PathResolver.SetOutputLevel

Detailed Description

Python bindings to the C++ PathResolver. Usage:
>>>  from PathResolver import PathResolver
>>>  PathResolver.FindCalibFile("blah")

In general, it is preferred to use the Python-implementation from AthenaCommon.Utils.unixtools.

Variable Documentation

◆ FindCalibDirectory

python.PathResolver.FindCalibDirectory = ROOT.PathResolver.FindCalibDirectory

Definition at line 12 of file PathResolver.py.

◆ FindCalibFile

python.PathResolver.FindCalibFile = ROOT.PathResolver.FindCalibFile

Definition at line 11 of file PathResolver.py.

◆ SetOutputLevel

python.PathResolver.SetOutputLevel = ROOT.PathResolver.SetOutputLevel

Definition at line 13 of file PathResolver.py.