31 #include <boost/python.hpp>
34 using namespace boost::python;
39 namespace pyG4VProcess {
42 GetPhysicsTableFileName, 3, 4)
45 using namespace pyG4VProcess;
52 class_<G4VProcess, G4VProcess*, boost::noncopyable>
53 (
"G4VProcess",
"base class for process", no_init)
64 f_GetPhysicsTableFileName()
65 [return_value_policy<return_by_value>()])
67 return_value_policy<return_by_value>())