![]() |
The Gaudi Framework
master (2df85225)
|
Go to the source code of this file.
Namespaces | |
| namespace | GaudiPython |
| GaudiPython.h GaudiPython/GaudiPython.h. | |
| namespace | GaudiPython.Bindings |
Functions | |
| GaudiPython.Bindings.toArray (typ) | |
| GaudiPython.Bindings.deprecation (message) | |
| GaudiPython.Bindings.loaddict (dict) | |
| GaudiPython.Bindings.getClass (name, libs=[]) | |
| GaudiPython.Bindings._getFIDandEvents (pfn) | |
| GaudiPython.Bindings.getComponentProperties (name) | |
| GaudiPython.Bindings._copyFactoriesFromList (factories) | |
Variables | |
| list | GaudiPython.Bindings.__all__ |
| (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". | |
| GaudiPython.Bindings.gbl = cppyy.gbl | |
| GaudiPython.Bindings.Gaudi = gbl.Gaudi | |
| GaudiPython.Bindings._gaudi = None | |
| GaudiPython.Bindings.Helper = gbl.GaudiPython.Helper | |
| GaudiPython.Bindings.StringProperty = gbl.Gaudi.Property("std::string") | |
| GaudiPython.Bindings.StringPropertyRef = gbl.Gaudi.Property("std::string&") | |
| GaudiPython.Bindings.GaudiHandleProperty = gbl.GaudiHandleProperty | |
| GaudiPython.Bindings.GaudiHandleArrayProperty = gbl.GaudiHandleArrayProperty | |
| GaudiPython.Bindings.DataObject = gbl.DataObject | |
| GaudiPython.Bindings.SUCCESS = gbl.StatusCode(gbl.StatusCode.SUCCESS) | |
| GaudiPython.Bindings.FAILURE = gbl.StatusCode(gbl.StatusCode.FAILURE) | |
| GaudiPython.Bindings.nullptr = cppyy.nullptr | |
| GaudiPython.Bindings.ROOT = cppyy.libPyROOT | |
| GaudiPython.Bindings.makeNullPointer = ROOT.MakeNullPointer | |
| GaudiPython.Bindings.setOwnership = ROOT.SetOwnership | |
| GaudiPython.Bindings._CallbackStreamBufBase = gbl.GaudiPython.CallbackStreamBuf | |
| GaudiPython.Bindings._PyAlgorithm = gbl.GaudiPython.PyAlgorithm | |