43 #ifndef G4SHELLDATA_HH
44 #define G4SHELLDATA_HH 1
85 const std::vector<G4double>& ShellVector(
G4int Z)
const;
92 std::map<G4int,std::vector<G4double>*,std::less<G4int> > idMap;
93 std::map<G4int,G4DataVector*,std::less<G4int> > bindingMap;
94 std::vector<G4int> nShells;
95 std::map<G4int,std::vector<G4double>*,std::less<G4int> > occupancyPdfMap;