The Gaudi Framework  master (cc9a61f4)
Loading...
Searching...
No Matches
Bindings.py File Reference

Go to the source code of this file.

Classes

class  GaudiPython.Bindings.InterfaceCast
class  GaudiPython.Bindings.Interface
class  GaudiPython.Bindings.PropertyEntry
class  GaudiPython.Bindings.iProperty
class  GaudiPython.Bindings.iService
class  GaudiPython.Bindings.iAlgorithm
class  GaudiPython.Bindings.iAlgTool
class  GaudiPython.Bindings.iDataSvc
class  GaudiPython.Bindings.iHistogramSvc
class  GaudiPython.Bindings.iNTupleSvc
class  GaudiPython.Bindings.iToolSvc
class  GaudiPython.Bindings.iEventSelector
class  GaudiPython.Bindings.AppMgr
class  GaudiPython.Bindings.CallbackStreamBuf
class  GaudiPython.Bindings.PyAlgorithm

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-2026 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