Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TClonesArrayPyz.cxx File Reference
#include "CPyCppyy.h"
#include "PyROOTPythonize.h"
#include "CPPInstance.h"
#include "MemoryRegulator.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TClass.h"
#include "TClonesArray.h"
#include "TBufferFile.h"
Include dependency graph for TClonesArrayPyz.cxx:

Functions

static TObject * CloneObjectInPlace (const TObject *obj, TClonesArray *cla, int index)
 
static PyObject * PyStyleIndex (PyObject *self, PyObject *index)
 
PyObject * SetItem (CPPInstance *self, PyObject *args)
 

Function Documentation

◆ CloneObjectInPlace()

static TObject * CloneObjectInPlace ( const TObject *  obj,
TClonesArray *  cla,
int  index 
)
static

Definition at line 28 of file TClonesArrayPyz.cxx.

◆ PyStyleIndex()

static PyObject * PyStyleIndex ( PyObject *  self,
PyObject *  index 
)
static

Definition at line 58 of file TClonesArrayPyz.cxx.

◆ SetItem()

PyObject * SetItem ( CPPInstance *  self,
PyObject *  args 
)

Definition at line 91 of file TClonesArrayPyz.cxx.