Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLINuclearPotential.hh>
Public Member Functions | |
INuclearPotential (const G4int A, const G4int Z, const G4bool pionPot) | |
virtual | ~INuclearPotential () |
G4bool | hasPionPotential () const |
Do we have a pion potential? | |
virtual G4double | computePotentialEnergy (const Particle *const p) const =0 |
G4double | getFermiEnergy (const Particle *const p) const |
Return the Fermi energy for a particle. | |
G4double | getFermiEnergy (const ParticleType t) const |
Return the Fermi energy for a particle type. | |
G4double | getSeparationEnergy (const Particle *const p) const |
Return the separation energy for a particle. | |
G4double | getSeparationEnergy (const ParticleType t) const |
Return the separation energy for a particle type. | |
G4double | getFermiMomentum (const Particle *const p) const |
Return the Fermi momentum for a particle. | |
G4double | getFermiMomentum (const ParticleType t) const |
Return the Fermi momentum for a particle type. | |
Protected Member Functions | |
G4double | computePionPotentialEnergy (const Particle *const p) const |
Compute the potential energy for the given pion. | |
G4double | computeKaonPotentialEnergy (const Particle *const p) const |
Compute the potential energy for the given kaon. | |
G4double | computePionResonancePotentialEnergy (const Particle *const p) const |
Compute the potential energy for the given pion resonances (Eta, Omega and EtaPrime and Gamma also). | |
Protected Attributes | |
const G4int | theA |
The mass number of the nucleus. | |
const G4int | theZ |
The charge number of the nucleus. | |
std::map< ParticleType, G4double > | fermiEnergy |
std::map< ParticleType, G4double > | fermiMomentum |
std::map< ParticleType, G4double > | separationEnergy |
Definition at line 61 of file G4INCLINuclearPotential.hh.
|
inline |
Definition at line 63 of file G4INCLINuclearPotential.hh.
|
inlinevirtual |
Definition at line 93 of file G4INCLINuclearPotential.hh.
|
inlineprotected |
Compute the potential energy for the given kaon.
Definition at line 197 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy(), and G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy().
|
inlineprotected |
Compute the potential energy for the given pion.
Definition at line 173 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy(), and G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy().
|
inlineprotected |
Compute the potential energy for the given pion resonances (Eta, Omega and EtaPrime and Gamma also).
Definition at line 228 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy(), and G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy().
|
inline |
Return the Fermi energy for a particle.
p | pointer to a Particle |
Definition at line 105 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth::computePotentialEnergy(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::SurfaceAvatar::getChannel(), getFermiMomentum(), and G4INCL::CDPP::processOneParticle().
|
inline |
Return the Fermi energy for a particle type.
t | particle type |
Definition at line 116 of file G4INCLINuclearPotential.hh.
|
inline |
Return the Fermi momentum for a particle.
p | pointer to a Particle |
Definition at line 149 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::PauliStandard::getBlockingProbability(), and G4INCL::Nucleus::getSurfaceRadius().
|
inline |
Return the Fermi momentum for a particle type.
t | particle type |
Definition at line 165 of file G4INCLINuclearPotential.hh.
|
inline |
Return the separation energy for a particle.
p | pointer to a Particle |
Definition at line 127 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::Nucleus::computeSeparationEnergyBalance(), G4INCL::Nucleus::Nucleus(), and G4INCL::CDPP::processOneParticle().
|
inline |
Return the separation energy for a particle type.
t | particle type |
Definition at line 138 of file G4INCLINuclearPotential.hh.
|
inline |
Do we have a pion potential?
Definition at line 96 of file G4INCLINuclearPotential.hh.
Referenced by G4INCL::Nucleus::decayInsideDeltas().
|
protected |
Definition at line 269 of file G4INCLINuclearPotential.hh.
Referenced by getFermiEnergy(), and getFermiEnergy().
|
protected |
Definition at line 271 of file G4INCLINuclearPotential.hh.
Referenced by getFermiMomentum(), and getFermiMomentum().
|
protected |
Definition at line 273 of file G4INCLINuclearPotential.hh.
Referenced by getSeparationEnergy(), and getSeparationEnergy().
|
protected |
The mass number of the nucleus.
Definition at line 257 of file G4INCLINuclearPotential.hh.
Referenced by INuclearPotential().
|
protected |
The charge number of the nucleus.
Definition at line 259 of file G4INCLINuclearPotential.hh.
Referenced by INuclearPotential().