PythonProc Class Reference
|
Ratpac-two
|
PythonProc Class Reference
#include <PythonProc.hh>
Detailed Description
A RAT processor that is implemented as a Python class.
This class wraps arbitrary Python classes enabling them to be used as RAT processors.
The Python class needs to implement 3 basic methods:
def init(self): # Constructor def dsevent(self, ds): # Called once per event def finish(self): # Called at the end of the job
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/PythonProc.hh
Generated by