Geant4_10
|
#include "DetectorConstruction.hh"
#include "RunAction.hh"
#include "PhysicsList.hh"
#include "PrimaryGeneratorAction.hh"
#include "G4Material.hh"
#include "G4MaterialTable.hh"
#include "G4ParticleTable.hh"
#include <boost/python.hpp>
#include <boost/python/list.hpp>
#include <vector>
#include <string>
Go to the source code of this file.
Functions | |
boost::python::list | getParticleTable () |
boost::python::list | getMaterialTable () |
BOOST_PYTHON_MODULE (TestEm0) | |
BOOST_PYTHON_MODULE | ( | TestEm0 | ) |
boost::python::list getMaterialTable | ( | ) |
Definition at line 67 of file pyTestEm0.cc.
boost::python::list getParticleTable | ( | ) |
Definition at line 51 of file pyTestEm0.cc.