33 #include <boost/python.hpp>
36 using namespace boost::python;
41 namespace pyG4VProcess {
44 GetPhysicsTableFileName, 3, 4);
47 using namespace pyG4VProcess;
54 class_<G4VProcess, G4VProcess*, boost::noncopyable>
55 (
"G4VProcess",
"base class for process", no_init)
66 f_GetPhysicsTableFileName()
67 [return_value_policy<return_by_value>()])
69 return_value_policy<return_by_value>())