Geant4
9.6.p02
|
#include <G4INCLNuclearDensity.hh>
Public Member Functions | |
NuclearDensity (G4int A, G4int Z, InverseInterpolationTable *rpCorrelationTable) | |
~NuclearDensity () | |
NuclearDensity (const NuclearDensity &rhs) | |
Copy constructor. More... | |
NuclearDensity & | operator= (const NuclearDensity &rhs) |
Assignment operator. More... | |
void | swap (NuclearDensity &rhs) |
Helper method for the assignment operator. More... | |
G4double | getMaxRFromP (G4double p) const |
Get the maximum allowed radius for a given momentum. More... | |
G4double | getMaxTFromR (G4double r) const |
G4double | getMaximumRadius () const |
G4double | getTransmissionRadius (Particle const *const p) const |
The radius used for calculating the transmission coefficient. More... | |
G4double | getTransmissionRadius (ParticleType type) |
The radius used for calculating the transmission coefficient. More... | |
G4int | getA () const |
Get the mass number. More... | |
G4int | getZ () const |
Get the charge number. More... | |
G4double | getNuclearRadius () |
Definition at line 53 of file G4INCLNuclearDensity.hh.
G4INCL::NuclearDensity::NuclearDensity | ( | G4int | A, |
G4int | Z, | ||
InverseInterpolationTable * | rpCorrelationTable | ||
) |
G4INCL::NuclearDensity::~NuclearDensity | ( | ) |
Definition at line 61 of file G4INCLNuclearDensity.cc.
G4INCL::NuclearDensity::NuclearDensity | ( | const NuclearDensity & | rhs) |
Copy constructor.
Definition at line 67 of file G4INCLNuclearDensity.cc.
|
inline |
Get the mass number.
Definition at line 102 of file G4INCLNuclearDensity.hh.
|
inline |
Get the maximum allowed radius for a given momentum.
p | Absolute value of the particle momentum, divided by the relevant Fermi momentum. |
Definition at line 110 of file G4INCLNuclearDensity.cc.
|
inline |
The radius used for calculating the transmission coefficient.
Definition at line 82 of file G4INCLNuclearDensity.hh.
|
inline |
The radius used for calculating the transmission coefficient.
Definition at line 96 of file G4INCLNuclearDensity.hh.
|
inline |
Get the charge number.
Definition at line 105 of file G4INCLNuclearDensity.hh.
NuclearDensity & G4INCL::NuclearDensity::operator= | ( | const NuclearDensity & | rhs) |
Assignment operator.
Definition at line 80 of file G4INCLNuclearDensity.cc.
void G4INCL::NuclearDensity::swap | ( | NuclearDensity & | rhs) |
Helper method for the assignment operator.
Definition at line 86 of file G4INCLNuclearDensity.cc.