Logo ROOT  
Reference Guide
PyROOTPythonize.h File Reference
#include "Python.h"
Include dependency graph for PyROOTPythonize.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  PyROOT
 

Functions

PyObjectPyROOT::AddBranchAttrSyntax (PyObject *self, PyObject *args)
 Allow branches to be accessed as attributes of a tree. More...
 
PyObjectPyROOT::AddCPPInstancePickling (PyObject *self, PyObject *args)
 Set reduce attribute for CPPInstance objects. More...
 
PyObjectPyROOT::AddDirectoryGetAttrPyz (PyObject *self, PyObject *args)
 Add attr syntax to TDirectory. More...
 
PyObjectPyROOT::AddDirectoryWritePyz (PyObject *self, PyObject *args)
 Add pythonisation of TDirectory::WriteObject. More...
 
PyObjectPyROOT::AddFileOpenPyz (PyObject *self, PyObject *args)
 Make TFile::Open equivalent to a constructor. More...
 
PyObjectPyROOT::AddPrettyPrintingPyz (PyObject *self, PyObject *args)
 Add pretty printing pythonization. More...
 
PyObjectPyROOT::AddSetItemTCAPyz (PyObject *self, PyObject *args)
 Customize the setting of an item of a TClonesArray. More...
 
PyObjectPyROOT::AddTClassDynamicCastPyz (PyObject *self, PyObject *args)
 Add pythonization for TClass::DynamicCast. More...
 
PyObjectPyROOT::AddTDirectoryFileGetPyz (PyObject *self, PyObject *args)
 Add pythonisation of TDirectoryFile::Get() More...
 
PyObjectPyROOT::AddTObjectEqNePyz (PyObject *self, PyObject *args)
 Add pythonization for equality and inequality operators in TObject. More...
 
PyObjectPyROOT::AddUsingToClass (PyObject *self, PyObject *args)
 Add base class overloads of a given method to a derived class. More...
 
PyObjectPyROOT::AsRTensor (PyObject *self, PyObject *obj)
 Adopt memory of a Python object with array interface using an RTensor. More...
 
PyObjectPyROOT::AsRVec (PyObject *self, PyObject *obj)
 Adopt memory of a Python object with array interface using an RVec. More...
 
PyObjectPyROOT::BranchPyz (PyObject *self, PyObject *args)
 Add pythonization for TTree::Branch. More...
 
PyObjectPyROOT::CPPInstanceExpand (PyObject *self, PyObject *args)
 Deserialize pickled objects. More...
 
PyObjectPyROOT::GetDataPointer (PyObject *self, PyObject *args)
 Get pointer to the data of an object. More...
 
PyObjectPyROOT::GetEndianess (PyObject *self, PyObject *args)
 Get endianess of the system. More...
 
PyObjectPyROOT::GetSizeOfType (PyObject *self, PyObject *args)
 Set of helper functions that are invoked from the pythonizors, on the Python side. More...
 
PyObjectPyROOT::MakeNumpyDataFrame (PyObject *self, PyObject *obj)
 Make an RDataFrame from a dictionary of numpy arrays. More...
 
PyObjectPyROOT::SetBranchAddressPyz (PyObject *self, PyObject *args)
 Add pythonization for TTree::SetBranchAddress. More...