Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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.
 
PyObjectPyROOT::AddCPPInstancePickling (PyObject *self, PyObject *args)
 Set reduce attribute for CPPInstance objects.
 
PyObjectPyROOT::AddDirectoryGetAttrPyz (PyObject *self, PyObject *args)
 Add attr syntax to TDirectory.
 
PyObjectPyROOT::AddDirectoryWritePyz (PyObject *self, PyObject *args)
 Add pythonisation of TDirectory::WriteObject.
 
PyObjectPyROOT::AddFileOpenPyz (PyObject *self, PyObject *args)
 Make TFile::Open equivalent to a constructor.
 
PyObjectPyROOT::AddPrettyPrintingPyz (PyObject *self, PyObject *args)
 Add pretty printing pythonization.
 
PyObjectPyROOT::AddSetItemTCAPyz (PyObject *self, PyObject *args)
 Customize the setting of an item of a TClonesArray.
 
PyObjectPyROOT::AddTClassDynamicCastPyz (PyObject *self, PyObject *args)
 Add pythonization for TClass::DynamicCast.
 
PyObjectPyROOT::AddTDirectoryFileGetPyz (PyObject *self, PyObject *args)
 Add pythonisation of TDirectoryFile::Get()
 
PyObjectPyROOT::AddTObjectEqNePyz (PyObject *self, PyObject *args)
 Add pythonization for equality and inequality operators in TObject.
 
PyObjectPyROOT::AddUsingToClass (PyObject *self, PyObject *args)
 Add base class overloads of a given method to a derived class.
 
PyObjectPyROOT::AsRTensor (PyObject *self, PyObject *obj)
 Adopt memory of a Python object with array interface using an RTensor.
 
PyObjectPyROOT::AsRVec (PyObject *self, PyObject *obj)
 Adopt memory of a Python object with array interface using an RVec.
 
PyObjectPyROOT::BranchPyz (PyObject *self, PyObject *args)
 Add pythonization for TTree::Branch.
 
PyObjectPyROOT::CPPInstanceExpand (PyObject *self, PyObject *args)
 Deserialize pickled objects.
 
PyObjectPyROOT::GetDataPointer (PyObject *self, PyObject *args)
 Get pointer to the data of an object.
 
PyObjectPyROOT::GetEndianess (PyObject *self, PyObject *args)
 Get endianess of the system.
 
PyObjectPyROOT::GetSizeOfType (PyObject *self, PyObject *args)
 Get size of C++ data-type.
 
PyObjectPyROOT::MakeNumpyDataFrame (PyObject *self, PyObject *obj)
 Make an RDataFrame from a dictionary of numpy arrays.
 
PyObjectPyROOT::SetBranchAddressPyz (PyObject *self, PyObject *args)
 Add pythonization for TTree::SetBranchAddress.