#include "../../cppyy/CPyCppyy/src/CPyCppyy.h"
#include "../../cppyy/CPyCppyy/src/CPPInstance.h"
#include "../../cppyy/CPyCppyy/src/ProxyWrappers.h"
#include "../../cppyy/CPyCppyy/src/Utility.h"
#include "CPyCppyy/API.h"
#include "PyROOTPythonize.h"
#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 std::pair< void *, std::string > | ResolveBranch (TTree *tree, const char *name, TBranch *branch) |
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) |
|
static |
Definition at line 78 of file TTreePyz.cxx.
Definition at line 52 of file TTreePyz.cxx.
Definition at line 62 of file TTreePyz.cxx.
Try to match the arguments of TTree::Branch to the following overload:
Definition at line 209 of file TTreePyz.cxx.
Try to match the arguments of TTree::Branch to one of the following overloads:
Definition at line 252 of file TTreePyz.cxx.
Definition at line 104 of file TTreePyz.cxx.