Geant4
9.6.p02
|
#include <G4RIsotopeTable.hh>
Public Types | |
typedef std::vector < G4IsotopeProperty * > | G4IsotopeList |
typedef std::vector< G4String > | G4IsotopeNameList |
Public Member Functions | |
G4RIsotopeTable () | |
virtual | ~G4RIsotopeTable () |
virtual G4bool | FindIsotope (G4IsotopeProperty *property) |
virtual G4IsotopeProperty * | GetIsotope (G4int Z, G4int A, G4double E) |
void | AddUserDecayDataFile (G4int Z, G4int A, G4String filename) |
Public Member Functions inherited from G4VIsotopeTable | |
G4VIsotopeTable () | |
G4VIsotopeTable (const G4String &) | |
G4VIsotopeTable (const G4VIsotopeTable &) | |
G4VIsotopeTable & | operator= (const G4VIsotopeTable &) |
virtual | ~G4VIsotopeTable () |
G4int | GetVerboseLevel () const |
void | SetVerboseLevel (G4int level) |
Protected Member Functions | |
G4RIsotopeTable (const G4RIsotopeTable &right) | |
G4RIsotopeTable & | operator= (const G4RIsotopeTable &right) |
Definition at line 64 of file G4RIsotopeTable.hh.
typedef std::vector<G4IsotopeProperty*> G4RIsotopeTable::G4IsotopeList |
Definition at line 72 of file G4RIsotopeTable.hh.
typedef std::vector<G4String> G4RIsotopeTable::G4IsotopeNameList |
Definition at line 73 of file G4RIsotopeTable.hh.
G4RIsotopeTable::G4RIsotopeTable | ( | ) |
Definition at line 84 of file G4RIsotopeTable.cc.
|
protected |
|
virtual |
Definition at line 93 of file G4RIsotopeTable.cc.
|
virtual |
Implements G4VIsotopeTable.
Definition at line 106 of file G4RIsotopeTable.cc.
|
virtual |
Implements G4VIsotopeTable.
Definition at line 114 of file G4RIsotopeTable.cc.
|
protected |