#include <G4INCLINuclearPotential.hh>
Public 멤버 함수 | |
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 멤버 함수 | |
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 속성 | |
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 |
Private 속성 | |
const G4bool | pionPotential |
G4double | vPiPlus |
G4double | vPiZero |
G4double | vPiMinus |
G4double | vKPlus |
G4double | vKZero |
G4double | vKZeroBar |
G4double | vKMinus |
정적 Private 속성 | |
static const G4double | vPionDefault = 30.6 |
static const G4double | vKPlusDefault = -25. |
static const G4double | vKMinusDefault = 60. |
G4INCLINuclearPotential.hh 파일의 61 번째 라인에서 정의되었습니다.
|
inline |
G4INCLINuclearPotential.hh 파일의 63 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::PhysicalConstants::eSquared, pionPotential, G4INCL::Math::pow13(), theA, theZ, vKMinus, vKMinusDefault, vKPlus, vKPlusDefault, vKZero, vKZeroBar, vPiMinus, vPionDefault, vPiPlus, vPiZero.
|
inlinevirtual |
G4INCLINuclearPotential.hh 파일의 93 번째 라인에서 정의되었습니다.
|
inlineprotected |
Compute the potential energy for the given kaon.
G4INCLINuclearPotential.hh 파일의 197 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Particle::getType(), G4INCL::Particle::isOutOfWell(), G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, pionPotential, vKMinus, vKPlus, vKZero, vKZeroBar.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy().
|
inlineprotected |
Compute the potential energy for the given pion.
G4INCLINuclearPotential.hh 파일의 173 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Particle::getType(), G4INCL::Particle::isOutOfWell(), G4INCL::PiMinus, pionPotential, G4INCL::PiPlus, G4INCL::PiZero, vPiMinus, vPiPlus, vPiZero.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy().
|
inlineprotected |
Compute the potential energy for the given pion resonances (Eta, Omega and EtaPrime and Gamma also).
G4INCLINuclearPotential.hh 파일의 228 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Eta, G4INCL::EtaPrime, G4INCL::Particle::getType(), G4INCL::Particle::isOutOfWell(), G4INCL::Omega, G4INCL::Photon, pionPotential.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy().
|
pure virtual |
G4INCL::NuclearPotential::NuclearPotentialConstant, G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth, G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin, G4INCL::NuclearPotential::NuclearPotentialIsospin에서 구현되었습니다.
다음에 의해서 참조됨 : G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::Nucleus::updatePotentialEnergy().
|
inline |
Return the Fermi energy for a particle.
p | pointer to a Particle |
G4INCLINuclearPotential.hh 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : fermiEnergy, G4INCL::Particle::getType().
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth::computePotentialEnergy(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::SurfaceAvatar::getChannel(), getFermiMomentum(), G4INCL::CDPP::processOneParticle().
|
inline |
Return the Fermi energy for a particle type.
t | particle type |
G4INCLINuclearPotential.hh 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : fermiEnergy.
|
inline |
Return the Fermi momentum for a particle.
p | pointer to a Particle |
G4INCLINuclearPotential.hh 파일의 149 번째 라인에서 정의되었습니다.
다음을 참조함 : fermiMomentum, getFermiEnergy(), G4INCL::Particle::getMass(), G4INCL::Particle::getType(), G4INCL::Particle::isDelta(), m.
다음에 의해서 참조됨 : G4INCL::PauliStandard::getBlockingProbability(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::Nucleus::getSurfaceRadius(), G4INCL::PauliGlobal::isBlocked(), G4INCL::PauliStrict::isBlocked(), G4INCL::ParticleSampler::sampleOneParticleWithFuzzyRPCorrelation(), G4INCL::ParticleSampler::sampleOneParticleWithRPCorrelation().
|
inline |
Return the Fermi momentum for a particle type.
t | particle type |
G4INCLINuclearPotential.hh 파일의 165 번째 라인에서 정의되었습니다.
다음을 참조함 : fermiMomentum.
|
inline |
Return the separation energy for a particle.
p | pointer to a Particle |
G4INCLINuclearPotential.hh 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Particle::getType(), separationEnergy.
다음에 의해서 참조됨 : G4INCL::Nucleus::computeSeparationEnergyBalance(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::Nucleus::Nucleus(), G4INCL::CDPP::processOneParticle().
|
inline |
Return the separation energy for a particle type.
t | particle type |
G4INCLINuclearPotential.hh 파일의 138 번째 라인에서 정의되었습니다.
다음을 참조함 : separationEnergy.
|
inline |
Do we have a pion potential?
G4INCLINuclearPotential.hh 파일의 96 번째 라인에서 정의되었습니다.
다음을 참조함 : pionPotential.
다음에 의해서 참조됨 : G4INCL::Nucleus::decayInsideDeltas().
|
protected |
|
protected |
|
private |
G4INCLINuclearPotential.hh 파일의 261 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computeKaonPotentialEnergy(), computePionPotentialEnergy(), computePionResonancePotentialEnergy(), hasPionPotential(), INuclearPotential().
|
protected |
|
protected |
The mass number of the nucleus.
G4INCLINuclearPotential.hh 파일의 257 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialIsospin::initialize(), G4INCL::NuclearPotential::NuclearPotentialConstant::initialize(), INuclearPotential().
|
protected |
The charge number of the nucleus.
G4INCLINuclearPotential.hh 파일의 259 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialIsospin::initialize(), G4INCL::NuclearPotential::NuclearPotentialConstant::initialize(), INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 264 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computeKaonPotentialEnergy(), INuclearPotential().
|
staticprivate |
G4INCLINuclearPotential.hh 파일의 266 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 264 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computeKaonPotentialEnergy(), INuclearPotential().
|
staticprivate |
G4INCLINuclearPotential.hh 파일의 265 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 264 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computeKaonPotentialEnergy(), INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 264 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computeKaonPotentialEnergy(), INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 262 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computePionPotentialEnergy(), INuclearPotential().
|
staticprivate |
G4INCLINuclearPotential.hh 파일의 263 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 262 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computePionPotentialEnergy(), INuclearPotential().
|
private |
G4INCLINuclearPotential.hh 파일의 262 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : computePionPotentialEnergy(), INuclearPotential().