Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | 함수
G4INCL::NuclearPotential 네임스페이스 참조

클래스

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.

매개변수
typethe type of the potential to be created
theAmass number of the nucleus
theZcharge number of the nucleus
pionPotentialwhether pions should also feel the potential
반환값
a pointer to the nuclear potential

G4INCLINuclearPotential.cc 파일의 70 번째 라인에서 정의되었습니다.

다음을 참조함 : G4INCL::ConstantPotential, INCL_FATAL, G4INCL::IsospinEnergyPotential, G4INCL::IsospinEnergySmoothPotential, G4INCL::IsospinPotential.

다음에 의해서 참조됨 : G4INCL::Nucleus::Nucleus().