32 #include <boost/python.hpp> 
   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)
 
void export_G4AtomicShells()
 
static G4int GetNumberOfShells(G4int Z)