Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PyROOTPickle.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
24 #ifndef GAUDIMP_PYROOTPICKLE_H
25 #define GAUDIMP_PYROOTPICKLE_H
26 
27 #include "Python.h"
28 
29 #include "GaudiKernel/Kernel.h"
30 
31 namespace GaudiMP {
32 
34  public:
40  static void Initialize( PyObject* libpyroot_pymodule, PyObject* objectproxy_pytype );
41  };
42 
43 } // namespace GaudiMP
44 
45 #endif // not GAUDIMP_PYROOTPICKLE_H
A class to serialize/deserialize TES objects to and from a TBufferFile Author: P. ...
Definition: PyROOTPickle.h:31
#define GAUDI_API
Definition: Kernel.h:71