클래스 | |
| class | INuclearPotential |
| class | NuclearPotentialConstant |
| class | NuclearPotentialEnergyIsospin |
| class | NuclearPotentialEnergyIsospinSmooth |
| class | NuclearPotentialIsospin |
함수 | |
| INuclearPotential const * | createPotential (const PotentialType type, const G4int theA, const G4int theZ, const G4bool pionPotential) |
| Create an INuclearPotential object. 더 자세히 ... | |
| void | clearCache () |
| Clear the INuclearPotential cache. 더 자세히 ... | |
| void G4INCL::NuclearPotential::clearCache | ( | ) |
Clear the INuclearPotential cache.
G4INCLINuclearPotential.cc 파일의 102 번째 라인에서 정의되었습니다.
다음을 참조함 : e.
다음에 의해서 참조됨 : G4INCL::INCL::~INCL().
| INuclearPotential const * G4INCL::NuclearPotential::createPotential | ( | const PotentialType | type, |
| const G4int | theA, | ||
| const G4int | theZ, | ||
| const G4bool | pionPotential | ||
| ) |
Create an INuclearPotential object.
This is the method that should be used to instantiate objects derived from INuclearPotential. It uses a caching mechanism to minimise thrashing and speed up the code.
| type | the type of the potential to be created |
| theA | mass number of the nucleus |
| theZ | charge number of the nucleus |
| pionPotential | whether pions should also feel the potential |
G4INCLINuclearPotential.cc 파일의 70 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ConstantPotential, INCL_FATAL, G4INCL::IsospinEnergyPotential, G4INCL::IsospinEnergySmoothPotential, G4INCL::IsospinPotential.
다음에 의해서 참조됨 : G4INCL::Nucleus::Nucleus().
1.8.5