AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
aare.Frame.Frame Class Reference

Public Member Functions

 __init__ (self, frameImpl)
 
Any __getattribute__ (self, str __name)
 

Protected Attributes

 _frameImpl
 

Detailed Description

Frame class. uses proxy pattern to wrap around the pybinding class
the intention behind it is to only use one class for frames in python (not Frame_8, Frame_16, etc) 

Constructor & Destructor Documentation

◆ __init__()

aare.Frame.Frame.__init__ (   self,
  frameImpl 
)

Member Function Documentation

◆ __getattribute__()

Any aare.Frame.Frame.__getattribute__ (   self,
str  __name 
)
Proxy pattern to call the methods of the frameImpl

Field Documentation

◆ _frameImpl

aare.Frame.Frame._frameImpl
protected

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