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