ATLAS Offline Software
Control
RootUtils
src
pyroot
Utility.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
/*
3
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
4
*/
13
#ifndef ROOTUTILS_UTILITY_H
14
#define ROOTUTILS_UTILITY_H
15
16
17
#include "Python.h"
18
#include "TPython.h"
19
#include "TClass.h"
20
21
22
#include "CPyCppyy/PyException.h"
23
namespace
RootUtils
{
24
using
PyException
=
CPyCppyy::PyException
;
25
}
26
27
28
29
namespace
RootUtils
{
30
31
32
int
GetBuffer
(
PyObject
* pyobject,
char
tc,
int
size
,
void
*& buf, Bool_t
check
= kTRUE );
33
TClass*
objectIsA
(
PyObject
*
obj
);
34
bool
setOwnership
(
PyObject
*
obj
,
bool
flag
);
35
36
37
}
38
39
40
#endif // not ROOTUTILS_UTILITY_H
RootUtils::PyException
CPyCppyy::PyException PyException
Definition:
Utility.h:24
RootUtils
Definition:
ILogger.h:20
python.setupRTTAlg.size
int size
Definition:
setupRTTAlg.py:39
RootUtils::objectIsA
TClass * objectIsA(PyObject *obj)
Definition:
Utility.cxx:103
master.flag
bool flag
Definition:
master.py:29
LArNewCalib_Delay_OFC_Cali.check
check
Definition:
LArNewCalib_Delay_OFC_Cali.py:258
RootUtils::setOwnership
bool setOwnership(PyObject *obj, bool flag)
Definition:
Utility.cxx:141
RootUtils::GetBuffer
int GetBuffer(PyObject *pyobject, char tc, int size, void *&buf, Bool_t check)
Definition:
Utility.cxx:26
python.PyAthena.obj
obj
Definition:
PyAthena.py:132
PyObject
_object PyObject
Definition:
IPyComponent.h:26
Generated on Thu Nov 7 2024 21:31:19 for ATLAS Offline Software by
1.8.18