#include <boost/python.hpp>
#include "G4RunManager.hh"
#include "ExN01PhysicsList.hh"
Go to the source code of this file.
◆ BOOST_PYTHON_MODULE()
BOOST_PYTHON_MODULE |
( |
ExN01pl |
| ) |
|
Definition at line 66 of file pyExN01pl.cc.
68 class_<ExN01PhysicsList, ExN01PhysicsList*, bases<G4VUserPhysicsList> >
69 (
"ExN01PhysicsList",
"ExN01 physics list")
74 return_value_policy<reference_existing_object>());
ExN01PhysicsList * Construct()