Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLNuclearPotentialIsospin.hh>
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. | |
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 57 of file G4INCLNuclearPotentialIsospin.hh.
G4INCL::NuclearPotential::NuclearPotentialIsospin::NuclearPotentialIsospin | ( | const G4int | A, |
const G4int | Z, | ||
const G4bool | pionPotential | ||
) |
Definition at line 58 of file G4INCLNuclearPotentialIsospin.cc.
|
virtual |
Definition at line 65 of file G4INCLNuclearPotentialIsospin.cc.
|
virtual |
Implements G4INCL::NuclearPotential::INuclearPotential.
Reimplemented in G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin, and G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth.
Definition at line 113 of file G4INCLNuclearPotentialIsospin.cc.
Referenced by G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin::computePotentialEnergy(), and G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth::computePotentialEnergy().