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 | ) |
Carries out a cluster decay.
c | cluster that should decay |
G4INCLClusterDecay.cc 파일의 553 번째 라인에서 정의되었습니다.
다음을 참조함 : e, G4INCL::Particle::getA(), G4INCL::Particle::getBiasCollisionVector(), G4INCL::Particle::getZ(), G4INCL::Neutron, G4INCL::Proton, G4INCL::Particle::setRealMass(), G4INCL::Particle::setType().
다음에 의해서 참조됨 : G4LMsdGenerator::ApplyYourself(), G4MolecularDissociationTable::CheckDataConsistency(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), P6DExtDecayerPhysics::ConstructProcess(), G4SpinDecayPhysics::ConstructProcess(), F04PhysicsList::ConstructProcess(), WLSPhysicsList::ConstructProcess(), G4INCL::Nucleus::decayInsideDeltas(), G4INCL::Nucleus::decayInsideStrangeParticles(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::decayOutgoingClusters(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingNeutralKaon(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4BinaryCascade::DecayVoidNucleus(), G4DecayStrongResonances::Propagate(), G4GeneratorPrecompoundInterface::Propagate(), G4BinaryCascade::Propagate(), G4CascadeInterface::Propagate(), G4GeneratorPrecompoundInterface::PropagateNuclNucl().
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().