The Gaudi Framework  master (d98a2936)
PyROOTPickle.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2025 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 #pragma once
35 
36 #include <Python.h>
37 
38 #include <GaudiKernel/Kernel.h>
39 
40 namespace GaudiMP {
41 
43  public:
49  static void Initialize( PyObject* libpyroot_pymodule, PyObject* objectproxy_pytype );
50  };
51 
52 } // namespace GaudiMP
SmartRefVectorImpl::PyObject
_object PyObject
Definition: SmartRefVector.h:19
Kernel.h
GaudiMP::PyROOTPickle
Definition: PyROOTPickle.h:42
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:49
GaudiMP
A class to serialize/deserialize TES objects to and from a TBufferFile Author: P.
Definition: PyROOTPickle.h:40