GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
Public Member Functions | |
def | __getattr__ (self, name) |
def | NextMatchingObject (self, expr="*", folder=None, reset=False) |
Static Public Attributes | |
analysis = go4 | |
Wraps the PyROOT-bound go4 object (transferred here via __builtin__) to provide some safety measures
def go4py.go4.go4Wrapper.__getattr__ | ( | self, | |
name | |||
) |
Forward missing attributes to the internal go4 object
Definition at line 31 of file go4.py.
References go4py.go4.go4Wrapper.analysis.
def go4py.go4.go4Wrapper.NextMatchingObject | ( | self, | |
expr = "*" , |
|||
folder = None , |
|||
reset = False |
|||
) |
Safer proxy for the eponymous go4 method
Definition at line 35 of file go4.py.
References go4py.go4.go4Wrapper.analysis.
|
static |
Definition at line 27 of file go4.py.
Referenced by go4py.go4.go4Wrapper.__getattr__(), and go4py.go4.go4Wrapper.NextMatchingObject().