#include <boost/python.hpp>
#include "G4AtomicShells.hh"
Go to the source code of this file.
void export_G4AtomicShells |
( |
| ) |
|
Definition at line 40 of file pyG4AtomicShells.cc.
42 class_<G4AtomicShells, boost::noncopyable>
43 (
"G4AtomicShells",
"Atomic subshell binding energy table", no_init)
46 .staticmethod(
"GetNumberOfShells")
49 .staticmethod(
"GetNumberOfElectrons")
52 .staticmethod(
"GetBindingEnergy")
static G4double GetTotalBindingEnergy(G4int Z)
static G4double GetBindingEnergy(G4int Z, G4int SubshellNb)
static G4int GetNumberOfElectrons(G4int Z, G4int SubshellNb)
static G4int GetNumberOfShells(G4int Z)