31 #include <boost/python.hpp> 32 #include "G4AtomicShells.hh" 41 class_<G4AtomicShells, boost::noncopyable>
42 (
"G4AtomicShells",
"Atomic subshell binding energy table", no_init)
44 .def(
"GetNumberOfShells", &G4AtomicShells::GetNumberOfShells)
45 .staticmethod(
"GetNumberOfShells")
47 .def(
"GetNumberOfElectrons", &G4AtomicShells::GetNumberOfElectrons)
48 .staticmethod(
"GetNumberOfElectrons")
50 .def(
"GetBindingEnergy", &G4AtomicShells::GetBindingEnergy)
51 .staticmethod(
"GetBindingEnergy")
53 .def(
"GetTotalBindingEnergy", &G4AtomicShells::GetTotalBindingEnergy)
void export_G4AtomicShells()