The Gaudi Framework  master (37c0b60a)
PyROOTPickle.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 // This file's extension implies that it's C, but it's really -*- C++ -*-.
12 
34 #ifndef GAUDIMP_PYROOTPICKLE_H
35 #define GAUDIMP_PYROOTPICKLE_H
36 
37 #include <Python.h>
38 
39 #include <GaudiKernel/Kernel.h>
40 
41 namespace GaudiMP {
42 
44  public:
50  static void Initialize( PyObject* libpyroot_pymodule, PyObject* objectproxy_pytype );
51  };
52 
53 } // namespace GaudiMP
54 
55 #endif // not GAUDIMP_PYROOTPICKLE_H
SmartRefVectorImpl::PyObject
_object PyObject
Definition: SmartRefVector.h:32
Kernel.h
GaudiMP::PyROOTPickle
Definition: PyROOTPickle.h:43
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81
GaudiMP
A class to serialize/deserialize TES objects to and from a TBufferFile Author: P.
Definition: PyROOTPickle.h:41