ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/python.hpp>
#include "G4Version.hh"
#include "pyG4indexing.hh"
#include "G4Isotope.hh"
Go to the source code of this file.
Namespaces | |
namespace | pyG4Isotope |
Functions | |
void | pyG4Isotope::Print (G4Isotope &iso) |
void | export_G4Isotope () |
void export_G4Isotope | ( | ) |
Definition at line 58 of file pyG4Isotope.cc.
View newest version in sPHENIX GitHub at line 58 of file pyG4Isotope.cc
References G4Isotope::GetA(), G4Isotope::GetIndex(), G4Isotope::GetIsotope(), G4Isotope::GetIsotopeTable(), G4Isotope::GetN(), G4Isotope::GetName(), G4Isotope::GetNumberOfIsotopes(), G4Isotope::GetZ(), pyG4Element::Print(), and G4Isotope::SetName().
Referenced by BOOST_PYTHON_MODULE().