Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLNuclearPotentialIsospin.hh>
Public Member Functions | |
NuclearPotentialIsospin (const G4int A, const G4int Z, const G4bool pionPotential) | |
virtual | ~NuclearPotentialIsospin () |
virtual G4double | computePotentialEnergy (const Particle *const p) const |
Public Member Functions inherited from G4INCL::NuclearPotential::INuclearPotential | |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from G4INCL::NuclearPotential::INuclearPotential | |
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 inherited from G4INCL::NuclearPotential::INuclearPotential | |
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 56 of file G4INCLNuclearPotentialIsospin.hh.
G4INCL::NuclearPotential::NuclearPotentialIsospin::NuclearPotentialIsospin | ( | const G4int | A, |
const G4int | Z, | ||
const G4bool | pionPotential | ||
) |
Definition at line 57 of file G4INCLNuclearPotentialIsospin.cc.
|
virtual |
Definition at line 64 of file G4INCLNuclearPotentialIsospin.cc.
|
virtual |
Implements G4INCL::NuclearPotential::INuclearPotential.
Reimplemented in G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin, and G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth.
Definition at line 198 of file G4INCLNuclearPotentialIsospin.cc.
Referenced by G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin::computePotentialEnergy(), and G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth::computePotentialEnergy().