43 #ifndef G4SHELLDATA_HH
44 #define G4SHELLDATA_HH 1
92 std::map<G4int,std::vector<G4double>*,std::less<G4int> >
idMap;
93 std::map<G4int,G4DataVector*,std::less<G4int> >
bindingMap;
std::map< G4int, std::vector< G4double > *, std::less< G4int > > occupancyPdfMap
G4ShellData & operator=(const G4ShellData &right)
G4int SelectRandomShell(G4int Z) const
G4ShellData(G4int minZ=1, G4int maxZ=100, G4bool isOccupancy=false)
G4int ShellId(G4int Z, G4int shellIndex) const
void LoadData(const G4String &fileName)
const std::vector< G4double > & ShellIdVector(G4int Z) const
G4double BindingEnergy(G4int Z, G4int shellIndex) const
G4double ShellOccupancyProbability(G4int Z, G4int shellIndex) const
std::vector< G4int > nShells
size_t NumberOfShells(G4int Z) const
const std::vector< G4double > & ShellVector(G4int Z) const
std::map< G4int, std::vector< G4double > *, std::less< G4int > > idMap
std::map< G4int, G4DataVector *, std::less< G4int > > bindingMap