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

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