Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLNuclearDensity.hh>
Public Member Functions | |
NuclearDensity (const G4int A, const G4int Z, const G4int S, InterpolationTable const *const rpCorrelationTableProton, InterpolationTable const *const rpCorrelationTableNeutron, InterpolationTable const *const rpCorrelationTableLambda) | |
~NuclearDensity () | |
NuclearDensity (const NuclearDensity &rhs) | |
Copy constructor. | |
NuclearDensity & | operator= (const NuclearDensity &rhs) |
Assignment operator. | |
void | swap (NuclearDensity &rhs) |
Helper method for the assignment operator. | |
G4double | getMaxRFromP (const ParticleType t, const G4double p) const |
Get the maximum allowed radius for a given momentum. | |
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. | |
G4double | getTransmissionRadius (ParticleType type) const |
The radius used for calculating the transmission coefficient. | |
G4int | getA () const |
Get the mass number. | |
G4int | getZ () const |
Get the charge number. | |
G4int | getS () const |
Get the strange number. | |
G4double | getProtonNuclearRadius () const |
void | setProtonNuclearRadius (const G4double r) |
Definition at line 54 of file G4INCLNuclearDensity.hh.
G4INCL::NuclearDensity::NuclearDensity | ( | const G4int | A, |
const G4int | Z, | ||
const G4int | S, | ||
InterpolationTable const *const | rpCorrelationTableProton, | ||
InterpolationTable const *const | rpCorrelationTableNeutron, | ||
InterpolationTable const *const | rpCorrelationTableLambda | ||
) |
Definition at line 45 of file G4INCLNuclearDensity.cc.
G4INCL::NuclearDensity::~NuclearDensity | ( | ) |
Definition at line 101 of file G4INCLNuclearDensity.cc.
G4INCL::NuclearDensity::NuclearDensity | ( | const NuclearDensity & | rhs | ) |
Copy constructor.
Definition at line 113 of file G4INCLNuclearDensity.cc.
|
inline |
|
inline |
Definition at line 78 of file G4INCLNuclearDensity.hh.
Referenced by G4INCL::Nucleus::Nucleus().
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 188 of file G4INCLNuclearDensity.cc.
Referenced by G4INCL::Nucleus::getSurfaceRadius().
G4double G4INCL::NuclearDensity::getMinPFromR | ( | const ParticleType | t, |
const G4double | r | ||
) | const |
Definition at line 193 of file G4INCLNuclearDensity.cc.
|
inline |
Definition at line 112 of file G4INCLNuclearDensity.hh.
Referenced by G4INCL::ClusteringModelIntercomparison::getCluster().
|
inline |
The radius used for calculating the transmission coefficient.
Definition at line 84 of file G4INCLNuclearDensity.hh.
Referenced by G4INCL::CoulombNonRelativistic::distortOut(), and G4INCL::Nucleus::getTransmissionBarrier().
|
inline |
The radius used for calculating the transmission coefficient.
Definition at line 98 of file G4INCLNuclearDensity.hh.
|
inline |
NuclearDensity & G4INCL::NuclearDensity::operator= | ( | const NuclearDensity & | rhs | ) |
Assignment operator.
Definition at line 141 of file G4INCLNuclearDensity.cc.
|
inline |
Definition at line 113 of file G4INCLNuclearDensity.hh.
void G4INCL::NuclearDensity::swap | ( | NuclearDensity & | rhs | ) |
Helper method for the assignment operator.
Definition at line 147 of file G4INCLNuclearDensity.cc.
Referenced by operator=().