#include <G4VIsotopeTable.hh>
Definition at line 44 of file G4VIsotopeTable.hh.
◆ G4VIsotopeTable() [1/3]
G4VIsotopeTable::G4VIsotopeTable |
( |
| ) |
|
◆ G4VIsotopeTable() [2/3]
G4VIsotopeTable::G4VIsotopeTable |
( |
const G4String & |
name | ) |
|
|
explicit |
◆ G4VIsotopeTable() [3/3]
Definition at line 52 of file G4VIsotopeTable.cc.
53 : fName(right.fName), verboseLevel(right.verboseLevel)
54{
55}
◆ ~G4VIsotopeTable()
G4VIsotopeTable::~G4VIsotopeTable |
( |
| ) |
|
|
virtual |
◆ DumpTable()
void G4VIsotopeTable::DumpTable |
( |
G4int |
Zmin = 1 , |
|
|
G4int |
Zmax = 118 |
|
) |
| |
Definition at line 83 of file G4VIsotopeTable.cc.
84{
87 const G4int MAX_LVL=9;
88 for ( Z =Zmin; Z<=Zmax; ++Z )
89 {
90 for ( A= Z;
A<=3*Z; ++
A )
91 {
92 for ( lvl=0; lvl<=MAX_LVL; ++lvl )
93 {
96 }
97 }
98 }
99}
double A(double temperature)
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 58 of file G4VIsotopeTable.cc.
59{
60 if (this != &right)
61 {
62 fName = right.fName;
63 verboseLevel = right.verboseLevel;
64 }
65 return *this;
66}
◆ SetVerboseLevel()
void G4VIsotopeTable::SetVerboseLevel |
( |
G4int |
level | ) |
|
|
inline |
The documentation for this class was generated from the following files: