#include <G4INCLCascade.hh>
클래스 | |
class | RecoilCMFunctor |
Class to adjust remnant recoil in the reaction CM system. 더 자세히 ... | |
class | RecoilFunctor |
Class to adjust remnant recoil. 더 자세히 ... | |
Public 멤버 함수 | |
INCL (Config const *const config) | |
~INCL () | |
INCL (const INCL &rhs) | |
Dummy copy constructor to silence Coverity warning. 더 자세히 ... | |
INCL & | operator= (const INCL &rhs) |
Dummy assignment operator to silence Coverity warning. 더 자세히 ... | |
G4bool | prepareReaction (const ParticleSpecies &projectileSpecies, const G4double kineticEnergy, const G4int A, const G4int Z, const G4int S) |
G4bool | initializeTarget (const G4int A, const G4int Z, const G4int S) |
const EventInfo & | processEvent () |
const EventInfo & | processEvent (ParticleSpecies const &projectileSpecies, const G4double kineticEnergy, const G4int targetA, const G4int targetZ, const G4int targetS) |
void | finalizeGlobalInfo (Random::SeedVector const &initialSeeds) |
const GlobalInfo & | getGlobalInfo () const |
Private 멤버 함수 | |
void | rescaleOutgoingForRecoil () |
Rescale the energies of the outgoing particles. 더 자세히 ... | |
G4bool | continueCascade () |
Stopping criterion for the cascade. 더 자세히 ... | |
G4int | makeProjectileRemnant () |
Make a projectile pre-fragment out of geometrical spectators. 더 자세히 ... | |
void | makeCompoundNucleus () |
Make a compound nucleus. 더 자세히 ... | |
G4bool | preCascade (ParticleSpecies const &projectileSpecies, const G4double kineticEnergy) |
Initialise the cascade. 더 자세히 ... | |
void | cascade () |
The actual cascade loop. 더 자세히 ... | |
void | postCascade () |
Finalise the cascade and clean up. 더 자세히 ... | |
void | initMaxInteractionDistance (ParticleSpecies const &p, const G4double kineticEnergy) |
Initialise the maximum interaction distance. 더 자세히 ... | |
void | initUniverseRadius (ParticleSpecies const &p, const G4double kineticEnergy, const G4int A, const G4int Z) |
Initialize the universe radius. 더 자세히 ... | |
void | updateGlobalInfo () |
Update global counters and other members of theGlobalInfo object. 더 자세히 ... | |
Private 속성 | |
IPropagationModel * | propagationModel |
G4int | theA |
G4int | theZ |
G4int | theS |
G4bool | targetInitSuccess |
G4double | maxImpactParameter |
G4double | maxUniverseRadius |
G4double | maxInteractionDistance |
G4double | fixedImpactParameter |
CascadeAction * | cascadeAction |
Config const *const | theConfig |
Nucleus * | nucleus |
G4bool | forceTransparent |
EventInfo | theEventInfo |
GlobalInfo | theGlobalInfo |
G4int | minRemnantSize |
Remnant size below which cascade stops. 더 자세히 ... | |
G4INCLCascade.hh 파일의 52 번째 라인에서 정의되었습니다.
G4INCL::INCL::INCL | ( | Config const *const | config | ) |
G4INCLCascade.cc 파일의 79 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::GlobalInfo::Ap, G4INCL::GlobalInfo::At, G4INCL::AvatarDumpActionType, G4INCL::CascadeAction::beforeRunAction(), cascadeAction, G4INCL::GlobalInfo::cascadeModel, G4INCL::GlobalInfo::deexcitationModel, G4INCL::GlobalInfo::Ep, fixedImpactParameter, G4INCL::Config::getBias(), G4INCL::Config::getCascadeActionType(), G4INCL::Config::getCutNN(), G4INCL::Config::getDeExcitationString(), G4INCL::Config::getHadronizationTime(), G4INCL::Config::getImpactParameter(), G4INCL::Config::getLocalEnergyBBType(), G4INCL::Config::getLocalEnergyPiType(), G4INCL::Config::getProjectileKineticEnergy(), G4INCL::Config::getProjectileSpecies(), G4INCL::Config::getTargetA(), G4INCL::Config::getTargetZ(), G4INCL::Config::getVersionString(), G4INCL::Clustering::initialize(), G4INCL::PhaseSpaceGenerator::initialize(), G4INCL::ParticleTable::initialize(), G4INCL::Pauli::initialize(), G4INCL::CoulombDistortion::initialize(), G4INCL::Random::initialize(), G4INCL::CrossSections::initialize(), G4INCL::Logger::initVerbosityLevelFromEnvvar(), propagationModel, G4INCL::BinaryCollisionAvatar::setBias(), G4INCL::BinaryCollisionAvatar::setCutNN(), G4INCL::ParticleSpecies::theA, theConfig, theGlobalInfo, G4INCL::ParticleSpecies::theZ, G4INCL::GlobalInfo::Zp, G4INCL::GlobalInfo::Zt.
G4INCL::INCL::~INCL | ( | ) |
G4INCLCascade.cc 파일의 160 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::CascadeAction::afterRunAction(), cascadeAction, G4INCL::NuclearDensityFactory::clearCache(), G4INCL::NuclearPotential::clearCache(), G4INCL::InteractionAvatar::deleteBackupParticles(), G4INCL::Pauli::deleteBlockers(), G4INCL::Clustering::deleteClusteringModel(), G4INCL::CoulombDistortion::deleteCoulomb(), G4INCL::CrossSections::deleteCrossSections(), G4INCL::Random::deleteGenerator(), G4INCL::PhaseSpaceGenerator::deletePhaseSpaceGenerator(), propagationModel, theConfig.
G4INCL::INCL::INCL | ( | const INCL & | rhs | ) |
Dummy copy constructor to silence Coverity warning.
|
private |
The actual cascade loop.
G4INCLCascade.cc 파일의 328 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::CascadeAction::afterAvatarAction(), G4INCL::CascadeAction::afterPropagationAction(), G4INCL::Nucleus::applyFinalState(), G4INCL::CascadeAction::beforeAvatarAction(), G4INCL::CascadeAction::beforePropagationAction(), cascadeAction, continueCascade(), G4INCL::IAvatar::fillFinalState(), nucleus, G4INCL::IPropagationModel::propagate(), propagationModel, G4INCL::FinalState::reset().
다음에 의해서 참조됨 : processEvent().
|
private |
Stopping criterion for the cascade.
Returns true if the cascade should continue, and false if any of the stopping criteria is satisfied.
G4INCLCascade.cc 파일의 699 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Particle::getA(), G4INCL::Store::getBook(), G4INCL::Book::getCascading(), G4INCL::IPropagationModel::getCurrentTime(), G4INCL::Store::getIncomingParticles(), G4INCL::IPropagationModel::getStoppingTime(), G4INCL::Nucleus::getStore(), G4INCL::Nucleus::getTryCompoundNucleus(), INCL_DEBUG, minRemnantSize, nucleus, propagationModel.
다음에 의해서 참조됨 : cascade().
void G4INCL::INCL::finalizeGlobalInfo | ( | Random::SeedVector const & | initialSeeds | ) |
G4INCLCascade.cc 파일의 730 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::GlobalInfo::completeFusionCrossSection, G4INCL::GlobalInfo::energyViolationInteractionCrossSection, G4INCL::GlobalInfo::errorCompleteFusionCrossSection, G4INCL::GlobalInfo::errorForcedCNCrossSection, G4INCL::GlobalInfo::errorReactionCrossSection, G4INCL::GlobalInfo::finalRandomSeeds, G4INCL::GlobalInfo::forcedCNCrossSection, G4INCL::GlobalInfo::geometricCrossSection, G4INCL::Random::getSeeds(), G4INCL::GlobalInfo::initialRandomSeeds, G4INCL::GlobalInfo::nCompleteFusion, G4INCL::GlobalInfo::nEnergyViolationInteraction, G4INCL::GlobalInfo::nForcedCompoundNucleus, G4INCL::GlobalInfo::nNucleonAbsorptions, G4INCL::GlobalInfo::nPionAbsorptions, G4INCL::GlobalInfo::nShots, G4INCL::GlobalInfo::nTransparents, G4INCL::GlobalInfo::nucleonAbsorptionCrossSection, G4INCL::GlobalInfo::pionAbsorptionCrossSection, G4INCL::GlobalInfo::reactionCrossSection, theGlobalInfo.
|
inline |
G4INCLCascade.hh 파일의 84 번째 라인에서 정의되었습니다.
다음을 참조함 : theGlobalInfo.
G4INCLCascade.cc 파일의 230 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Store::getBook(), G4INCL::Nucleus::getStore(), G4INCL::Nucleus::initializeParticles(), maxUniverseRadius, nucleus, propagationModel, G4INCL::Book::reset(), G4INCL::IPropagationModel::setNucleus(), theConfig.
다음에 의해서 참조됨 : prepareReaction().
|
private |
Initialise the maximum interaction distance.
Used in forced CN events.
G4INCLCascade.cc 파일의 794 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::ParticleTable::getNuclearRadius(), INCL_DEBUG, G4INCL::CrossSections::interactionDistanceNN(), G4INCL::Math::max(), maxInteractionDistance, G4INCL::Neutron, G4INCL::Proton, theA, G4INCL::ParticleSpecies::theType, theZ.
다음에 의해서 참조됨 : prepareReaction().
|
private |
Initialize the universe radius.
Used for determining the energy-dependent size of the volume particles live in.
G4INCLCascade.cc 파일의 810 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, e, G4INCL::IsotopicDistribution::getIsotopes(), G4INCL::ParticleTable::getMaximumNuclearRadius(), G4INCL::ParticleTable::getNaturalIsotopicDistribution(), INCL_DEBUG, G4INCL::CrossSections::interactionDistanceKbarN(), G4INCL::CrossSections::interactionDistanceKN(), G4INCL::CrossSections::interactionDistanceNN(), G4INCL::CrossSections::interactionDistancePiN(), G4INCL::CrossSections::interactionDistanceYN(), G4INCL::KMinus, G4INCL::KPlus, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Math::max(), maxUniverseRadius, G4INCL::Neutron, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, G4INCL::ParticleSpecies::theType.
다음에 의해서 참조됨 : prepareReaction().
|
private |
Make a compound nucleus.
Selects the projectile components that can actually enter their potential and puts them into the target nucleus. If the CN excitation energy turns out to be negative, the event is considered a transparent. This method modifies theEventInfo and theGlobalInfo.
G4INCLCascade.cc 파일의 500 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Store::addParticleEntryAvatar(), G4INCL::Nucleus::applyFinalState(), G4INCL::EventInfo::At, G4INCL::Store::clearIncoming(), G4INCL::Store::clearOutgoing(), G4INCL::EventInfo::clusterDecay, G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::decayOutgoingClusters(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), e, G4INCL::Intersection::exists, G4INCL::Nucleus::fillEventInfo(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::EventInfo::forcedDeltasOutside, G4INCL::EventInfo::forcedPionResonancesOutside, forceTransparent, G4INCL::Random::getAdapter(), G4INCL::Cluster::getAngularMomentum(), G4INCL::IPropagationModel::getCurrentTime(), G4INCL::Config::getDecayTimeThreshold(), G4INCL::IntersectionFactory::getEarlierTrajectoryIntersection(), G4INCL::Particle::getEnergy(), G4INCL::IAvatar::getFinalState(), G4INCL::Nucleus::getIncomingAngularMomentum(), G4INCL::Nucleus::getIncomingMomentum(), G4INCL::Particle::getMomentum(), G4INCL::Cluster::getParticles(), G4INCL::Nucleus::getProjectileRemnant(), G4INCL::Nucleus::getStore(), G4INCL::ParticleTable::getTableMass, G4INCL::FinalState::getValidity(), G4INCL::ThreeVector::getX(), G4INCL::ThreeVector::getY(), G4INCL::ThreeVector::getZ(), INCL_DEBUG, G4INCL::Nucleus::isNucleusNucleusCollision(), G4INCL::ThreeVector::mag2(), maxInteractionDistance, G4INCL::NoEnergyConservationFS, nucleus, G4INCL::ParticleBelowFermiFS, G4INCL::ParticleBelowZeroFS, G4INCL::PauliBlockedFS, propagationModel, G4INCL::ProjectileRemnant::reset(), G4INCL::Cluster::setA(), G4INCL::Particle::setEnergy(), G4INCL::Cluster::setExcitationEnergy(), G4INCL::Particle::setMass(), G4INCL::Particle::setMomentum(), G4INCL::Cluster::setSpin(), G4INCL::Cluster::setZ(), theConfig, theEventInfo, G4INCL::ValidFS, G4INCL::EventInfo::Zt.
다음에 의해서 참조됨 : postCascade().
|
private |
Make a projectile pre-fragment out of geometrical spectators.
The projectile pre-fragment is assigned an excitation energy given by \(E_\mathrm{sp}-E_\mathrm{i,A}\), where \(E_\mathrm{sp}\) is the sum of the energies of the spectator particles, and \(E_\mathrm{i,A}\) is the sum of the smallest \(A\) particle energies initially present in the projectile, \(A\) being the mass of the projectile pre-fragment. This is equivalent to assuming that the excitation energy is given by the sum of the transitions of all excited projectile components to the "holes" left by the participants.
This method can modify the outgoing list and adds a projectile pre-fragment.
G4INCLCascade.cc 파일의 758 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::Store::addToOutgoing(), G4INCL::Store::extractDynamicalSpectators(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::IPropagationModel::getCurrentTime(), G4INCL::Cluster::getParticles(), G4INCL::Nucleus::getProjectileRemnant(), G4INCL::Nucleus::getStore(), nucleus, propagationModel.
다음에 의해서 참조됨 : postCascade().
Dummy assignment operator to silence Coverity warning.
|
private |
Finalise the cascade and clean up.
G4INCLCascade.cc 파일의 374 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::EventInfo::absorbedStrangeParticle, G4INCL::EventInfo::antikaonsInside, G4INCL::Store::clearIncoming(), G4INCL::EventInfo::clusterDecay, G4INCL::Nucleus::computeExcitationEnergy(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Nucleus::containsAntiKaon(), G4INCL::Nucleus::containsDeltas(), G4INCL::Nucleus::containsKaon(), G4INCL::Nucleus::containsLambda(), G4INCL::Nucleus::containsSigma(), G4INCL::Nucleus::decayInsideDeltas(), G4INCL::Nucleus::decayInsideStrangeParticles(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::decayOutgoingClusters(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingNeutralKaon(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::Store::deleteIncoming(), G4INCL::EventInfo::deltasInside, G4INCL::CoulombDistortion::distortOut(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::EventInfo::emitKaon, G4INCL::EventInfo::emitLambda, G4INCL::EventInfo::eventBias, G4INCL::Nucleus::fillEventInfo(), G4INCL::EventInfo::forcedDeltasInside, G4INCL::EventInfo::forcedDeltasOutside, G4INCL::EventInfo::forcedPionResonancesOutside, forceTransparent, G4INCL::Particle::getA(), G4INCL::IPropagationModel::getCurrentTime(), G4INCL::Config::getDecayTimeThreshold(), G4INCL::Nucleus::getExcitationEnergy(), G4INCL::Store::getOutgoingParticles(), G4INCL::Cluster::getParticles(), G4INCL::Nucleus::getProjectileRemnant(), G4INCL::Nucleus::getStore(), G4INCL::Particle::getTotalBias(), G4INCL::Nucleus::getTryCompoundNucleus(), G4INCL::Nucleus::hasRemnant(), INCL_DEBUG, INCL_ERROR, INCL_WARN, G4INCL::Nucleus::isEventTransparent(), G4INCL::EventInfo::kaonsInside, G4INCL::EventInfo::lambdasInside, makeCompoundNucleus(), makeProjectileRemnant(), minRemnantSize, nucleus, G4INCL::EventInfo::nUnmergedSpectators, propagationModel, rescaleOutgoingForRecoil(), G4INCL::Cluster::setExcitationEnergy(), G4INCL::EventInfo::sigmasInside, G4INCL::EventInfo::stoppingTime, theConfig, theEventInfo, G4INCL::EventInfo::transparent, G4INCL::Nucleus::useFusionKinematics().
다음에 의해서 참조됨 : processEvent().
|
private |
Initialise the cascade.
G4INCLCascade.cc 파일의 274 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::EventInfo::Ap, G4INCL::EventInfo::At, G4INCL::EventInfo::effectiveImpactParameter, G4INCL::EventInfo::Ep, G4INCL::EventInfo::eventNumber, fixedImpactParameter, G4INCL::Particle::getA(), G4INCL::Particle::getS(), G4INCL::Particle::getZ(), G4INCL::EventInfo::impactParameter, INCL_DEBUG, kineticEnergy, maxImpactParameter, nucleus, G4INCL::EventInfo::projectileType, propagationModel, G4INCL::EventInfo::reset(), G4INCL::Random::shoot(), G4INCL::IPropagationModel::shoot(), G4INCL::Random::shoot0(), G4INCL::EventInfo::Sp, G4INCL::EventInfo::St, G4INCL::ParticleSpecies::theA, theEventInfo, G4INCL::ParticleSpecies::theS, G4INCL::ParticleSpecies::theType, G4INCL::ParticleSpecies::theZ, G4INCL::EventInfo::transparent, G4INCL::Math::twoPi, G4INCL::EventInfo::Zp, G4INCL::EventInfo::Zt.
다음에 의해서 참조됨 : processEvent().
G4bool G4INCL::INCL::prepareReaction | ( | const ParticleSpecies & | projectileSpecies, |
const G4double | kineticEnergy, | ||
const G4int | A, | ||
const G4int | Z, | ||
const G4int | S | ||
) |
G4INCLCascade.cc 파일의 182 번째 라인에서 정의되었습니다.
다음을 참조함 : A(), G4INCL::Composite, G4INCL::ParticleTable::drawRandomNaturalIsotope(), forceTransparent, G4INCL::GlobalInfo::geometricCrossSection, INCL_DEBUG, INCL_ERROR, initializeTarget(), initMaxInteractionDistance(), initUniverseRadius(), G4INCL::Config::isNaturalTarget(), maxImpactParameter, G4INCL::CoulombDistortion::maxImpactParameter(), G4INCL::Math::min(), minRemnantSize, nucleus, S(), G4INCL::Math::tenPi, G4INCL::ParticleSpecies::theA, theA, theConfig, theGlobalInfo, G4INCL::ParticleSpecies::theS, theS, G4INCL::ParticleSpecies::theType, G4INCL::ParticleSpecies::theZ, theZ, Z.
다음에 의해서 참조됨 : processEvent().
|
inline |
G4INCLCascade.hh 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Config::getProjectileKineticEnergy(), G4INCL::Config::getProjectileSpecies(), G4INCL::Config::getTargetA(), G4INCL::Config::getTargetS(), G4INCL::Config::getTargetZ(), theConfig.
다음에 의해서 참조됨 : G4INCLXXInterface::ApplyYourself().
const EventInfo & G4INCL::INCL::processEvent | ( | ParticleSpecies const & | projectileSpecies, |
const G4double | kineticEnergy, | ||
const G4int | targetA, | ||
const G4int | targetZ, | ||
const G4int | targetS | ||
) |
G4INCLCascade.cc 파일의 241 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::CascadeAction::afterCascadeAction(), G4INCL::CascadeAction::beforeCascadeAction(), cascade(), cascadeAction, INCL_WARN, G4INCL::Particle::INCLBiasVector, G4INCL::Particle::nextBiasedCollisionID, nucleus, postCascade(), preCascade(), prepareReaction(), propagationModel, targetInitSuccess, theEventInfo, G4INCL::EventInfo::transparent, updateGlobalInfo().
|
private |
Rescale the energies of the outgoing particles.
Allow for the remnant recoil energy by rescaling the energy (and momenta) of the outgoing particles.
G4INCLCascade.cc 파일의 644 번째 라인에서 정의되었습니다.
다음을 참조함 : INCL_WARN, nucleus, G4INCL::RootFinder::solve(), G4INCL::RootFinder::Solution::success, theEventInfo, G4INCL::RootFinder::Solution::x.
다음에 의해서 참조됨 : postCascade().
|
private |
Update global counters and other members of theGlobalInfo object.
G4INCLCascade.cc 파일의 854 번째 라인에서 정의되었습니다.
다음을 참조함 : forceTransparent, G4INCL::Nucleus::getTryCompoundNucleus(), G4INCL::EventInfo::nCascadeParticles, G4INCL::GlobalInfo::nCompleteFusion, G4INCL::GlobalInfo::nEnergyViolationInteraction, G4INCL::EventInfo::nEnergyViolationInteraction, G4INCL::GlobalInfo::nForcedCompoundNucleus, G4INCL::GlobalInfo::nForcedTransparents, G4INCL::GlobalInfo::nNucleonAbsorptions, G4INCL::GlobalInfo::nPionAbsorptions, G4INCL::GlobalInfo::nShots, G4INCL::GlobalInfo::nTransparents, G4INCL::EventInfo::nucleonAbsorption, nucleus, G4INCL::EventInfo::pionAbsorption, theEventInfo, theGlobalInfo, G4INCL::EventInfo::transparent.
다음에 의해서 참조됨 : processEvent().
|
private |
G4INCLCascade.hh 파일의 95 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : cascade(), INCL(), processEvent(), ~INCL().
|
private |
G4INCLCascade.hh 파일의 94 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : INCL(), preCascade().
|
private |
G4INCLCascade.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : makeCompoundNucleus(), postCascade(), prepareReaction(), updateGlobalInfo().
|
private |
G4INCLCascade.hh 파일의 91 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : preCascade(), prepareReaction().
|
private |
G4INCLCascade.hh 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initMaxInteractionDistance(), makeCompoundNucleus().
|
private |
G4INCLCascade.hh 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initializeTarget(), initUniverseRadius().
|
private |
Remnant size below which cascade stops.
G4INCLCascade.hh 파일의 104 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : continueCascade(), postCascade(), prepareReaction().
|
private |
G4INCLCascade.hh 파일의 97 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : cascade(), continueCascade(), initializeTarget(), makeCompoundNucleus(), makeProjectileRemnant(), postCascade(), preCascade(), prepareReaction(), processEvent(), rescaleOutgoingForRecoil(), updateGlobalInfo().
|
private |
G4INCLCascade.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : cascade(), continueCascade(), INCL(), initializeTarget(), makeCompoundNucleus(), makeProjectileRemnant(), postCascade(), preCascade(), processEvent(), ~INCL().
|
private |
G4INCLCascade.hh 파일의 90 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : processEvent().
|
private |
G4INCLCascade.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initMaxInteractionDistance(), prepareReaction().
|
private |
G4INCLCascade.hh 파일의 96 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : INCL(), initializeTarget(), makeCompoundNucleus(), postCascade(), prepareReaction(), processEvent(), ~INCL().
|
private |
G4INCLCascade.hh 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : makeCompoundNucleus(), postCascade(), preCascade(), processEvent(), rescaleOutgoingForRecoil(), updateGlobalInfo().
|
private |
G4INCLCascade.hh 파일의 101 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : finalizeGlobalInfo(), getGlobalInfo(), INCL(), prepareReaction(), updateGlobalInfo().
|
private |
G4INCLCascade.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : prepareReaction().
|
private |
G4INCLCascade.hh 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : initMaxInteractionDistance(), prepareReaction().