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 
25 #ifndef GAUDIMP_PYROOTPICKLE_H
26 #define GAUDIMP_PYROOTPICKLE_H
27 
28 #include "Python.h"
29 
30 #include "GaudiKernel/Kernel.h"
31 
32 namespace GaudiMP {
33 
34 
36 {
37 public:
43  static void Initialize (PyObject* libpyroot_pymodule,
44  PyObject* objectproxy_pytype);
45 };
46 
47 
48 } // namespace GaudiMP
49 
50 
51 #endif // not GAUDIMP_PYROOTPICKLE_H
A class to serialize/deserialize TES objects to and from a TBufferFile Author: P. ...
Definition: PyROOTPickle.h:32
#define GAUDI_API
Definition: Kernel.h:107