Logo ROOT  
Reference Guide
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 TObjectCloneObjectInPlace (const TObject *obj, TClonesArray *cla, int index)
 
static PyObjectPyStyleIndex (PyObject *self, PyObject *index)
 
PyObjectSetItem (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.