26 #ifndef G4RIsotopeTable_h
27 #define G4RIsotopeTable_h 1
121 G4int GetVerboseLevel()
const;
124 G4int Entries()
const;
130 static const G4double levelTolerance;
133 std::map<G4int, G4String> theUserRadioactiveDataFiles;
137 inline G4int G4RIsotopeTable::Entries()
const
138 {
return fIsotopeNameList.size();}
142 if ( (index >=0 ) && (index < Entries()) ){
143 return fIsotopeList[
index];
virtual G4IsotopeProperty * GetIsotope(G4int Z, G4int A, G4double E)
virtual ~G4RIsotopeTable()
void AddUserDecayDataFile(G4int Z, G4int A, G4String filename)
virtual G4bool FindIsotope(G4IsotopeProperty *property)
std::vector< G4IsotopeProperty * > G4IsotopeList
G4RIsotopeTable & operator=(const G4RIsotopeTable &right)
std::vector< G4String > G4IsotopeNameList