31 #include <boost/python.hpp>
35 using namespace boost::python;
40 namespace pyG4VUserPrimaryGeneratorAction {
46 get_override(
"GeneratePrimaries")(boost::ref(anEvent));
52 using namespace pyG4VUserPrimaryGeneratorAction;
61 (
"G4VUserPrimaryGeneratorAction",
62 "base class of user primary generator action")
64 .def(
"GeneratePrimaries",