#include <G4VIsotopeTable.hh>
Definition at line 44 of file G4VIsotopeTable.hh.
◆ G4VIsotopeTable() [1/3]
G4VIsotopeTable::G4VIsotopeTable |
( |
| ) |
|
|
default |
◆ G4VIsotopeTable() [2/3]
G4VIsotopeTable::G4VIsotopeTable |
( |
const G4String & | name | ) |
|
|
explicit |
◆ G4VIsotopeTable() [3/3]
◆ ~G4VIsotopeTable()
virtual G4VIsotopeTable::~G4VIsotopeTable |
( |
| ) |
|
|
virtualdefault |
◆ DumpTable()
void G4VIsotopeTable::DumpTable |
( |
G4int | Zmin = 1, |
|
|
G4int | Zmax = 118 ) |
Definition at line 53 of file G4VIsotopeTable.cc.
54{
57 const G4int MAX_LVL = 9;
58 for (Z = Zmin; Z <= Zmax; ++Z) {
59 for (
A = Z;
A <= 3 * Z; ++
A) {
60 for (lvl = 0; lvl <= MAX_LVL; ++lvl) {
63 }
64 }
65 }
66}
virtual G4IsotopeProperty * GetIsotope(G4int Z, G4int A, G4double E, G4Ions::G4FloatLevelBase flb=G4Ions::G4FloatLevelBase::no_Float)=0
◆ GetIsotope()
◆ GetIsotopeByIsoLvl()
◆ GetName()
const G4String & G4VIsotopeTable::GetName |
( |
| ) |
const |
|
inline |
◆ GetVerboseLevel()
G4int G4VIsotopeTable::GetVerboseLevel |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 37 of file G4VIsotopeTable.cc.
38{
39 if (this != &right) {
40 fName = right.fName;
41 verboseLevel = right.verboseLevel;
42 }
43 return *this;
44}
◆ SetVerboseLevel()
void G4VIsotopeTable::SetVerboseLevel |
( |
G4int | level | ) |
|
|
inline |
The documentation for this class was generated from the following files: