#include <PyROOTTTreePatch.h>
Definition at line 42 of file PyROOTTTreePatch.h.
◆ Initialize()
| void RootUtils::PyROOTTTreePatch::Initialize |
( |
PyObject * | tree_pyclass, |
|
|
PyObject * | chain_pyclass, |
|
|
PyObject * | branch_pyclass ) |
|
static |
Install the PyROOT patches.
- Parameters
-
| tree_pyclass | The TTree Python class. |
| chain_pyclass | The TChain Python class. |
| branch_pyclass | The TBranch Python class. |
Definition at line 348 of file PyROOTTTreePatch.cxx.
351{
352# define INSTALL_METHOD(pyclass, name, func) do { \
353 static PyMethodDef pdef; \
354 installMethod (pyclass, pdef, name, (PyCFunction)func); \
355 } while(0)
356
360#undef INSTALL_METHOD
361}
#define INSTALL_METHOD(pyclass, name, func)
PyObject * treeGetNotify(PyObject *, PyObject *args)
Implementation for pythonization of TTree::SetNotify.
PyObject * treeSetNotify(PyObject *, PyObject *args)
Implementation for pythonization of TTree::SetNotify.
PyObject * branchSetAddress(PyObject *, PyObject *args)
Pythonization of TBranch::SetAddress.
The documentation for this class was generated from the following files: