ROOT
v6-26
Reference Guide
Loading...
Searching...
No Matches
PyROOTWrapper.h
Go to the documentation of this file.
1
// Author: Enric Tejedor CERN 06/2018
2
// Original PyROOT code by Wim Lavrijsen, LBL
3
4
/*************************************************************************
5
* Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef PYROOT_ROOTWRAPPER_H
13
#define PYROOT_ROOTWRAPPER_H
14
15
#include "Python.h"
16
17
namespace
PyROOT
{
18
19
// initialize ROOT
20
void
Init
();
21
22
// clean up all objects controlled by TMemoryRegulator
23
PyObject
*
ClearProxiedObjects
(
PyObject
*self,
PyObject
*args);
24
25
}
// namespace PyROOT
26
27
#endif
// !PYROOT_ROOTWRAPPER_H
PyObject
_object PyObject
Definition
PyMethodBase.h:43
PyROOT
Definition
CPPInstancePyz.cxx:25
PyROOT::ClearProxiedObjects
PyObject * ClearProxiedObjects(PyObject *self, PyObject *args)
Definition
PyROOTWrapper.cxx:66
PyROOT::Init
void Init()
Definition
PyROOTWrapper.cxx:50
bindings
pyroot
pythonizations
src
PyROOTWrapper.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:09 (GVA Time) using Doxygen 1.9.8