33 #include <boost/python.hpp>
37 using namespace boost::python;
42 namespace pyG4VUserPrimaryGeneratorAction {
48 get_override(
"GeneratePrimaries")(boost::ref(anEvent));
54 using namespace pyG4VUserPrimaryGeneratorAction;
63 (
"G4VUserPrimaryGeneratorAction",
64 "base class of user primary generator action")
66 .def(
"GeneratePrimaries",