31 #include <boost/python.hpp>
35 using namespace boost::python;
40 namespace pyG4GeometryManager {
47 using namespace pyG4GeometryManager;
54 class_<G4GeometryManager, boost::noncopyable>
55 (
"G4GeometryManager",
"geometry manager", no_init)
57 return_value_policy<reference_existing_object>())
58 .staticmethod(
"GetInstance")