#include "CPyCppyy.h"
#include "PyROOTPythonize.h"
#include "CPPInstance.h"
#include "ProxyWrappers.h"
#include "Converters.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TClass.h"
#include "TTree.h"
#include "TBranch.h"
#include "TBranchElement.h"
#include "TBranchObject.h"
#include "TLeaf.h"
#include "TLeafElement.h"
#include "TLeafObject.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
Functions | |
static PyObject * | BindBranchToProxy (TTree *tree, const char *name, TBranch *branch) |
PyObject * | GetAttr (CPPInstance *self, PyObject *pyname) |
static TBranch * | SearchForBranch (TTree *tree, const char *name) |
static TLeaf * | SearchForLeaf (TTree *tree, const char *name, TBranch *branch) |
PyObject * | TryBranchLeafListOverload (int argc, PyObject *args) |
Try to match the arguments of TTree::Branch to the following overload: | |
PyObject * | TryBranchPtrToPtrOverloads (int argc, PyObject *args) |
Try to match the arguments of TTree::Branch to one of the following overloads: | |
static PyObject * | WrapLeaf (TLeaf *leaf) |
Definition at line 61 of file TTreePyz.cxx.
PyObject * GetAttr | ( | CPPInstance * | self, |
PyObject * | pyname | ||
) |
Definition at line 122 of file TTreePyz.cxx.
Definition at line 35 of file TTreePyz.cxx.
Definition at line 45 of file TTreePyz.cxx.
Try to match the arguments of TTree::Branch to the following overload:
Definition at line 254 of file TTreePyz.cxx.
Try to match the arguments of TTree::Branch to one of the following overloads:
Definition at line 303 of file TTreePyz.cxx.
Definition at line 87 of file TTreePyz.cxx.