The Gaudi Framework  v29r0 (ff2e7097)
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 {
33 
35  {
36  public:
42  static void Initialize( PyObject* libpyroot_pymodule, PyObject* objectproxy_pytype );
43  };
44 
45 } // namespace GaudiMP
46 
47 #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:110