44 #ifndef G4RDSHELLDATA_HH
45 #define G4RDSHELLDATA_HH 1
86 const std::vector<G4double>& ShellVector(
G4int Z)
const;
93 std::map<G4int,std::vector<G4double>*,std::less<G4int> > idMap;
94 std::map<G4int,G4DataVector*,std::less<G4int> > bindingMap;
95 std::vector<G4int> nShells;
96 std::map<G4int,std::vector<G4double>*,std::less<G4int> > occupancyPdfMap;
G4double BindingEnergy(G4int Z, G4int shellIndex) const
size_t NumberOfShells(G4int Z) const
void LoadData(const G4String &fileName)
G4RDShellData(G4int minZ=1, G4int maxZ=100, G4bool isOccupancy=false)
G4int ShellId(G4int Z, G4int shellIndex) const
const std::vector< G4double > & ShellIdVector(G4int Z) const
G4double ShellOccupancyProbability(G4int Z, G4int shellIndex) const
G4int SelectRandomShell(G4int Z) const