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

Namespace for functions that handle decay of unstable clusters. 더 자세히 ...

열거형 타입

enum  ClusterDecayType {
  StableCluster, NeutronDecay, ProtonDecay, AlphaDecay,
  TwoProtonDecay, TwoNeutronDecay, ProtonUnbound, NeutronUnbound
}
 

함수

G4bool isStable (Cluster const *const c)
 True if the cluster is stable. 더 자세히 ...
 
ParticleList decay (Cluster *const c)
 Carries out a cluster decay. 더 자세히 ...
 

변수

G4ThreadLocal ClusterDecayType clusterDecayMode [ParticleTable::clusterTableZSize][ParticleTable::clusterTableASize]
 Table for cluster decays. 더 자세히 ...
 

상세한 설명

Namespace for functions that handle decay of unstable clusters.

열거형 타입 문서화

열거형 멤버
StableCluster 
NeutronDecay 
ProtonDecay 
AlphaDecay 
TwoProtonDecay 
TwoNeutronDecay 
ProtonUnbound 
NeutronUnbound 

G4INCLClusterDecay.hh 파일의 66 번째 라인에서 정의되었습니다.

함수 문서화

ParticleList G4INCL::ClusterDecay::decay ( Cluster *const  c)
G4bool G4INCL::ClusterDecay::isStable ( Cluster const *const  c)

True if the cluster is stable.

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

다음을 참조함 : A(), clusterDecayMode, G4INCL::Particle::getA(), G4INCL::Particle::getZ(), StableCluster, Z.

변수 문서화

G4ThreadLocal ClusterDecayType G4INCL::ClusterDecay::clusterDecayMode
초기값:
=
{
}

Table for cluster decays.

Definition of "Stable": halflife > 1 ms

These table includes decay data for clusters that INCL presently does not produce. It can't hurt.

Unphysical nuclides (A<Z) are marked as stable, but should never be produced by INCL. If you find them in the output, something is fishy.

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

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