43#define G4SHELLDATA_HH 1
84 const std::vector<G4double>& ShellVector(
G4int Z)
const;
91 std::map<G4int,std::vector<G4double>*,std::less<G4int> > idMap;
92 std::map<G4int,G4DataVector*,std::less<G4int> > bindingMap;
93 std::vector<G4int> nShells;
94 std::map<G4int,std::vector<G4double>*,std::less<G4int> > occupancyPdfMap;
G4int ShellId(G4int Z, G4int shellIndex) const
G4double BindingEnergy(G4int Z, G4int shellIndex) const
size_t NumberOfShells(G4int Z) const
G4double ShellOccupancyProbability(G4int Z, G4int shellIndex) const
void LoadData(const G4String &fileName)
const std::vector< G4double > & ShellIdVector(G4int Z) const
G4int SelectRandomShell(G4int Z) const