GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Attributes | List of all members
go4py.go4.go4Wrapper Class Reference
+ Inheritance diagram for go4py.go4.go4Wrapper:

Public Member Functions

def __getattr__
 
def NextMatchingObject
 

Static Public Attributes

 analysis = go4
 

Detailed Description

Wraps the PyROOT-bound go4 object (transferred here via __builtin__)
to provide some safety measures

Definition at line 15 of file go4.py.

Member Function Documentation

def go4py.go4.go4Wrapper.__getattr__ (   self,
  name 
)
Forward missing attributes to the internal go4 object

Definition at line 25 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 29 of file go4.py.

Member Data Documentation

go4py.go4.go4Wrapper.analysis = go4
static

Definition at line 21 of file go4.py.

Referenced by go4py.go4.go4Wrapper.__getattr__().


The documentation for this class was generated from the following file: