![]() |
ATLAS Offline Software
|
Additions to root's pythonized TTree.
More...
Go to the source code of this file.
Classes | |
| class | RootUtils::PyROOTTTreePatch |
Namespaces | |
| namespace | RootUtils |
Variables | |
| ATLAS_NO_CHECK_FILE_THREAD_SAFETY | |
Additions to root's pythonized TTree.
The code here will make the following changes to PyROOT's behavior:
SetNotify method now takes a Python object, and performs a Python call to the Notify method. This allows for Python notification callbacks. The Python object is saved in the __pynotify__ attribute of the tree Python object. The GetNotify method is changed to return this Python object.TBranch::SetAddress. Definition in file PyROOTTTreePatch.h.
| ATLAS_NO_CHECK_FILE_THREAD_SAFETY |
Definition at line 28 of file PyROOTTTreePatch.h.