Geant4_10
|
#include <G4INCLNuclearDensity.hh>
Public Member Functions | |
NuclearDensity (const G4int A, const G4int Z, InverseInterpolationTable const *const rpCorrelationTableProton, InverseInterpolationTable const *const rpCorrelationTableNeutron) | |
~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 (const ParticleType t, const G4double p) const |
Get the maximum allowed radius for a given momentum. More... | |
G4double | getMinPFromR (const ParticleType t, const 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) const |
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 | getProtonNuclearRadius () const |
void | setProtonNuclearRadius (const G4double r) |
Definition at line 53 of file G4INCLNuclearDensity.hh.
G4INCL::NuclearDensity::NuclearDensity | ( | const G4int | A, |
const G4int | Z, | ||
InverseInterpolationTable const *const | rpCorrelationTableProton, | ||
InverseInterpolationTable const *const | rpCorrelationTableNeutron | ||
) |
G4INCL::NuclearDensity::~NuclearDensity | ( | ) |
Definition at line 93 of file G4INCLNuclearDensity.cc.
G4INCL::NuclearDensity::NuclearDensity | ( | const NuclearDensity & | rhs | ) |
Copy constructor.
Definition at line 104 of file G4INCLNuclearDensity.cc.
|
inline |
Get the mass number.
Definition at line 103 of file G4INCLNuclearDensity.hh.
|
inline |
G4double G4INCL::NuclearDensity::getMaxRFromP | ( | const ParticleType | t, |
const G4double | p | ||
) | const |
Get the maximum allowed radius for a given momentum.
t | type of the particle |
p | absolute value of the particle momentum, divided by the relevant Fermi momentum. |
Definition at line 169 of file G4INCLNuclearDensity.cc.
G4double G4INCL::NuclearDensity::getMinPFromR | ( | const ParticleType | t, |
const G4double | r | ||
) | const |
|
inline |
The radius used for calculating the transmission coefficient.
Definition at line 83 of file G4INCLNuclearDensity.hh.
|
inline |
The radius used for calculating the transmission coefficient.
Definition at line 97 of file G4INCLNuclearDensity.hh.
|
inline |
Get the charge number.
Definition at line 106 of file G4INCLNuclearDensity.hh.
NuclearDensity & G4INCL::NuclearDensity::operator= | ( | const NuclearDensity & | rhs | ) |
Assignment operator.
Definition at line 129 of file G4INCLNuclearDensity.cc.
Definition at line 109 of file G4INCLNuclearDensity.hh.
void G4INCL::NuclearDensity::swap | ( | NuclearDensity & | rhs | ) |
Helper method for the assignment operator.
Definition at line 135 of file G4INCLNuclearDensity.cc.