#include <G4INCLParticle.hh>
Public 멤버 함수 | |
Particle () | |
Particle (ParticleType t, G4double energy, ThreeVector const &momentum, ThreeVector const &position) | |
Particle (ParticleType t, ThreeVector const &momentum, ThreeVector const &position) | |
virtual | ~Particle () |
Particle (const Particle &rhs) | |
Copy constructor. 더 자세히 ... | |
Particle & | operator= (const Particle &rhs) |
Assignment operator. 더 자세히 ... | |
G4INCL::ParticleType | getType () const |
virtual G4INCL::ParticleSpecies | getSpecies () const |
Get the particle species. 더 자세히 ... | |
void | setType (ParticleType t) |
G4bool | isNucleon () const |
ParticipantType | getParticipantType () const |
void | setParticipantType (ParticipantType const p) |
G4bool | isParticipant () const |
G4bool | isTargetSpectator () const |
G4bool | isProjectileSpectator () const |
virtual void | makeParticipant () |
virtual void | makeTargetSpectator () |
virtual void | makeProjectileSpectator () |
G4bool | isPion () const |
Is this a pion? 더 자세히 ... | |
G4bool | isEta () const |
Is this an eta? 더 자세히 ... | |
G4bool | isOmega () const |
Is this an omega? 더 자세히 ... | |
G4bool | isEtaPrime () const |
Is this an etaprime? 더 자세히 ... | |
G4bool | isPhoton () const |
Is this a photon? 더 자세히 ... | |
G4bool | isResonance () const |
Is it a resonance? 더 자세히 ... | |
G4bool | isDelta () const |
Is it a Delta? 더 자세히 ... | |
G4bool | isSigma () const |
Is this a Sigma? 더 자세히 ... | |
G4bool | isKaon () const |
Is this a Kaon? 더 자세히 ... | |
G4bool | isAntiKaon () const |
Is this an antiKaon? 더 자세히 ... | |
G4bool | isLambda () const |
Is this a Lambda? 더 자세히 ... | |
G4bool | isNucleonorLambda () const |
Is this a Nucleon or a Lambda? 더 자세히 ... | |
G4bool | isHyperon () const |
Is this an Hyperon? 더 자세히 ... | |
G4bool | isMeson () const |
Is this a Meson? 더 자세히 ... | |
G4bool | isBaryon () const |
Is this a Baryon? 더 자세히 ... | |
G4bool | isStrange () const |
Is this an Strange? 더 자세히 ... | |
G4int | getA () const |
Returns the baryon number. 더 자세히 ... | |
G4int | getZ () const |
Returns the charge number. 더 자세히 ... | |
G4int | getS () const |
Returns the strangeness number. 더 자세히 ... | |
G4double | getBeta () const |
ThreeVector | boostVector () const |
void | boost (const ThreeVector &aBoostVector) |
void | lorentzContract (const ThreeVector &aBoostVector, const ThreeVector &refPos) |
Lorentz-contract the particle position around some center. 더 자세히 ... | |
G4double | getMass () const |
Get the cached particle mass. 더 자세히 ... | |
G4double | getINCLMass () const |
Get the INCL particle mass. 더 자세히 ... | |
virtual G4double | getTableMass () const |
Get the tabulated particle mass. 더 자세히 ... | |
G4double | getRealMass () const |
Get the real particle mass. 더 자세히 ... | |
void | setRealMass () |
Set the mass of the Particle to its real mass. 더 자세히 ... | |
void | setTableMass () |
Set the mass of the Particle to its table mass. 더 자세히 ... | |
void | setINCLMass () |
Set the mass of the Particle to its table mass. 더 자세히 ... | |
G4double | getEmissionQValueCorrection (const G4int AParent, const G4int ZParent) const |
Computes correction on the emission Q-value. 더 자세히 ... | |
G4double | getTransferQValueCorrection (const G4int AFrom, const G4int ZFrom, const G4int ATo, const G4int ZTo) const |
Computes correction on the transfer Q-value. 더 자세히 ... | |
G4double | getInvariantMass () const |
Get the the particle invariant mass. 더 자세히 ... | |
G4double | getKineticEnergy () const |
Get the particle kinetic energy. 더 자세히 ... | |
G4double | getPotentialEnergy () const |
Get the particle potential energy. 더 자세히 ... | |
void | setPotentialEnergy (G4double v) |
Set the particle potential energy. 더 자세히 ... | |
G4double | getEnergy () const |
void | setMass (G4double mass) |
void | setEnergy (G4double energy) |
const G4INCL::ThreeVector & | getMomentum () const |
virtual G4INCL::ThreeVector | getAngularMomentum () const |
virtual void | setMomentum (const G4INCL::ThreeVector &momentum) |
const G4INCL::ThreeVector & | getPosition () const |
virtual void | setPosition (const G4INCL::ThreeVector &position) |
G4double | getHelicity () |
void | setHelicity (G4double h) |
void | propagate (G4double step) |
G4int | getNumberOfCollisions () const |
Return the number of collisions undergone by the particle. 더 자세히 ... | |
void | setNumberOfCollisions (G4int n) |
Set the number of collisions undergone by the particle. 더 자세히 ... | |
void | incrementNumberOfCollisions () |
Increment the number of collisions undergone by the particle. 더 자세히 ... | |
G4int | getNumberOfDecays () const |
Return the number of decays undergone by the particle. 더 자세히 ... | |
void | setNumberOfDecays (G4int n) |
Set the number of decays undergone by the particle. 더 자세히 ... | |
void | incrementNumberOfDecays () |
Increment the number of decays undergone by the particle. 더 자세히 ... | |
void | setOutOfWell () |
Mark the particle as out of its potential well. 더 자세히 ... | |
G4bool | isOutOfWell () const |
Check if the particle is out of its potential well. 더 자세히 ... | |
void | setEmissionTime (G4double t) |
G4double | getEmissionTime () |
ThreeVector | getTransversePosition () const |
Transverse component of the position w.r.t. the momentum. 더 자세히 ... | |
ThreeVector | getLongitudinalPosition () const |
Longitudinal component of the position w.r.t. the momentum. 더 자세히 ... | |
const ThreeVector & | adjustMomentumFromEnergy () |
Rescale the momentum to match the total energy. 더 자세히 ... | |
G4double | adjustEnergyFromMomentum () |
Recompute the energy to match the momentum. 더 자세히 ... | |
G4bool | isCluster () const |
void | setFrozenMomentum (const ThreeVector &momentum) |
Set the frozen particle momentum. 더 자세히 ... | |
void | setFrozenEnergy (const G4double energy) |
Set the frozen particle momentum. 더 자세히 ... | |
ThreeVector | getFrozenMomentum () const |
Get the frozen particle momentum. 더 자세히 ... | |
G4double | getFrozenEnergy () const |
Get the frozen particle momentum. 더 자세히 ... | |
ThreeVector | getPropagationVelocity () const |
Get the propagation velocity of the particle. 더 자세히 ... | |
void | freezePropagation () |
Freeze particle propagation. 더 자세히 ... | |
void | thawPropagation () |
Unfreeze particle propagation. 더 자세히 ... | |
virtual void | rotatePositionAndMomentum (const G4double angle, const ThreeVector &axis) |
Rotate the particle position and momentum. 더 자세히 ... | |
virtual void | rotatePosition (const G4double angle, const ThreeVector &axis) |
Rotate the particle position. 더 자세히 ... | |
virtual void | rotateMomentum (const G4double angle, const ThreeVector &axis) |
Rotate the particle momentum. 더 자세히 ... | |
std::string | print () const |
std::string | dump () const |
long | getID () const |
ParticleList const * | getParticles () const |
G4double | getReflectionMomentum () const |
Return the reflection momentum. 더 자세히 ... | |
void | setUncorrelatedMomentum (const G4double p) |
Set the uncorrelated momentum. 더 자세히 ... | |
void | rpCorrelate () |
Make the particle follow a strict r-p correlation. 더 자세히 ... | |
void | rpDecorrelate () |
Make the particle not follow a strict r-p correlation. 더 자세히 ... | |
G4double | getCosRPAngle () const |
Get the cosine of the angle between position and momentum. 더 자세히 ... | |
G4double | getParticleBias () const |
Get the particle bias. 더 자세히 ... | |
void | setParticleBias (G4double ParticleBias) |
Set the particle bias. 더 자세히 ... | |
std::vector< G4int > | getBiasCollisionVector () const |
Get the vector list of biased vertices on the particle path. 더 자세히 ... | |
void | setBiasCollisionVector (std::vector< G4int > BiasCollisionVector) |
Set the vector list of biased vertices on the particle path. 더 자세히 ... | |
정적 Public 멤버 함수 | |
static G4double | getTotalBias () |
General bias vector function. 더 자세히 ... | |
static void | setINCLBiasVector (std::vector< G4double > NewVector) |
static void | FillINCLBiasVector (G4double newBias) |
static G4double | getBiasFromVector (std::vector< G4int > VectorBias) |
static std::vector< G4int > | MergeVectorBias (Particle const *const p1, Particle const *const p2) |
static std::vector< G4int > | MergeVectorBias (std::vector< G4int > p1, Particle const *const p2) |
정적 Public 속성 | |
static std::vector< G4double > | INCLBiasVector |
Time ordered vector of all bias applied. 더 자세히 ... | |
static G4ThreadLocal G4int | nextBiasedCollisionID = 0 |
Protected 멤버 함수 | |
void | swap (Particle &rhs) |
Helper method for the assignment operator. 더 자세히 ... | |
Private 속성 | |
G4double | theHelicity |
G4double | emissionTime |
G4bool | outOfWell |
std::vector< G4int > | theBiasCollisionVector |
Time ordered vector of all biased vertices on the particle path. 더 자세히 ... | |
G4double | theMass |
정적 Private 속성 | |
static G4ThreadLocal long | nextID = 1 |
G4INCLParticle.hh 파일의 75 번째 라인에서 정의되었습니다.
G4INCL::Particle::Particle | ( | ) |
G4INCLParticle.cc 파일의 59 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Cluster::Cluster(), G4INCL::ProjectileRemnant::reset(), G4INCL::ProjectileRemnant::storeComponents().
G4INCL::Particle::Particle | ( | ParticleType | t, |
G4double | energy, | ||
ThreeVector const & | momentum, | ||
ThreeVector const & | position | ||
) |
G4INCLParticle.cc 파일의 85 번째 라인에서 정의되었습니다.
다음을 참조함 : getInvariantMass(), ID, INCL_WARN, nextID, setMass(), setType(), G4INCL::TargetSpectator, theEnergy, theParticipantType.
G4INCL::Particle::Particle | ( | ParticleType | t, |
ThreeVector const & | momentum, | ||
ThreeVector const & | position | ||
) |
G4INCLParticle.cc 파일의 112 번째 라인에서 정의되었습니다.
다음을 참조함 : energy, ID, INCL_ERROR, isResonance(), G4INCL::ThreeVector::mag2(), nextID, setType(), G4INCL::TargetSpectator, theEnergy, theFrozenEnergy, theMass, theMomentum, theParticipantType.
|
inlinevirtual |
G4INCLParticle.hh 파일의 80 번째 라인에서 정의되었습니다.
|
inline |
Copy constructor.
Does not copy the particle ID.
G4INCLParticle.hh 파일의 86 번째 라인에서 정의되었습니다.
다음을 참조함 : ID, nextID, theEnergy, theFrozenEnergy, theFrozenMomentum, theMomentum, thePropagationEnergy, thePropagationMomentum.
G4double G4INCL::Particle::adjustEnergyFromMomentum | ( | ) |
Recompute the energy to match the momentum.
G4INCLParticle.cc 파일의 152 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::mag2(), theEnergy, theMass, theMomentum.
다음에 의해서 참조됨 : G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NYElasticChannel::fillFinalState(), G4INCL::NKbElasticChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKElasticChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::PhaseSpaceRauboldLynch::generateEvent().
const ThreeVector & G4INCL::Particle::adjustMomentumFromEnergy | ( | ) |
Rescale the momentum to match the total energy.
G4INCLParticle.cc 파일의 139 번째 라인에서 정의되었습니다.
다음을 참조함 : INCL_ERROR, G4INCL::ThreeVector::mag2(), print(), theEnergy, theMass, theMomentum.
다음에 의해서 참조됨 : G4INCL::Cluster::Cluster(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::CrossSections::interactionDistanceKbarN(), G4INCL::CrossSections::interactionDistanceKN(), G4INCL::CrossSections::interactionDistanceNN(), G4INCL::CrossSections::interactionDistancePiN(), G4INCL::CrossSections::interactionDistanceYN(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::KinematicsUtils::transformToLocalEnergyFrame().
|
inline |
Boost the particle using a boost vector.
Example (go to the particle rest frame): particle->boost(particle->boostVector());
G4INCLParticle.hh 파일의 415 번째 라인에서 정의되었습니다.
다음을 참조함 : alpha, bp, G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), theEnergy, theMomentum.
다음에 의해서 참조됨 : G4INCL::Cluster::boost(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::InteractionAvatar::preInteraction().
|
inline |
Returns a three vector we can give to the boost() -method.
In order to go to the particle rest frame you need to multiply the boost vector by -1.0.
G4INCLParticle.hh 파일의 405 번째 라인에서 정의되었습니다.
다음을 참조함 : theEnergy, theMomentum.
다음에 의해서 참조됨 : G4INCL::PhaseSpaceKopylov::generate(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
G4INCLParticle.hh 파일의 878 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::dump(), G4INCL::ParticleTable::getName(), ID, ss, theEnergy, theMomentum, thePosition, theType.
다음에 의해서 참조됨 : G4INCL::ParticleEntryAvatar::dump(), G4INCL::BinaryCollisionAvatar::dump(), G4INCL::DecayAvatar::dump(), G4INCL::SurfaceAvatar::dump().
G4INCLParticle.cc 파일의 199 번째 라인에서 정의되었습니다.
다음을 참조함 : INCLBiasVector, nextBiasedCollisionID.
다음에 의해서 참조됨 : G4INCL::InteractionAvatar::postInteraction().
|
inline |
Freeze particle propagation.
Make the particle use theFrozenMomentum and theFrozenEnergy for propagation. The normal state can be restored by calling the thawPropagation() method.
G4INCLParticle.hh 파일의 818 번째 라인에서 정의되었습니다.
다음을 참조함 : theFrozenEnergy, theFrozenMomentum, thePropagationEnergy, thePropagationMomentum.
|
inline |
Returns the baryon number.
G4INCLParticle.hh 파일의 386 번째 라인에서 정의되었습니다.
다음을 참조함 : theA.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::Cluster::addParticle(), G4INCL::ClusteringModelIntercomparison::clusterCanEscape(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::INCL::continueCascade(), G4INCL::ClusterDecay::decay(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::fillEventInfo(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::Nucleus::getConservationBalance(), G4INCL::CoulombNonRelativistic::getCoulombRadius(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::NuclearDensity::getTransmissionRadius(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::Nucleus::insertParticle(), G4INCL::ClusterDecay::isStable(), G4INCL::INCL::postCascade(), G4INCL::INCL::preCascade(), G4INCL::INCL::RecoilCMFunctor::RecoilCMFunctor(), G4INCL::INCL::RecoilFunctor::RecoilFunctor(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle().
|
inlinevirtual |
Get the angular momentum w.r.t. the origin
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 710 번째 라인에서 정의되었습니다.
다음을 참조함 : theMomentum, thePosition, G4INCL::ThreeVector::vector().
다음에 의해서 참조됨 : G4INCL::Cluster::getAngularMomentum(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
G4INCLParticle.hh 파일의 394 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::mag(), P, theEnergy, theMomentum.
|
inline |
Get the vector list of biased vertices on the particle path.
G4INCLParticle.hh 파일의 948 번째 라인에서 정의되었습니다.
다음을 참조함 : theBiasCollisionVector.
다음에 의해서 참조됨 : G4INCL::ClusterDecay::decay(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::decayOutgoingClusters(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), MergeVectorBias().
G4INCLParticle.cc 파일의 208 번째 라인에서 정의되었습니다.
다음을 참조함 : INCLBiasVector.
다음에 의해서 참조됨 : G4INCL::ParticleList::getParticleListBias(), setBiasCollisionVector().
|
inline |
Get the cosine of the angle between position and momentum.
G4INCLParticle.hh 파일의 924 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), norm, thePosition, thePropagationMomentum.
다음에 의해서 참조됨 : G4INCL::SurfaceAvatar::initializeRefractionVariables(), G4INCL::ParticleEntryChannel::particleEnters().
|
inline |
Computes correction on the emission Q-value.
Computes the correction that must be applied to INCL particles in order to obtain the correct Q-value for particle emission from a given nucleus. For absorption, the correction is obviously equal to minus the value returned by this function.
AParent | the mass number of the emitting nucleus |
ZParent | the charge number of the emitting nucleus |
G4INCLParticle.hh 파일의 595 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ParticleTable::getINCLMass(), getINCLMass(), G4INCL::ParticleTable::getTableMass, getTableMass(), G4INCL::ParticleTable::getTableQValue(), isCluster(), theA, theZ.
다음에 의해서 참조됨 : G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside().
|
inline |
G4INCLParticle.hh 파일의 775 번째 라인에서 정의되었습니다.
다음을 참조함 : emissionTime.
다음에 의해서 참조됨 : G4INCL::Nucleus::decayOutgoingDeltas().
|
inline |
Get the energy of the particle in MeV.
G4INCLParticle.hh 파일의 680 번째 라인에서 정의되었습니다.
다음을 참조함 : theEnergy.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::Cluster::addParticle(), G4INCL::PionResonanceDecayChannel::computeDecayTime(), G4INCL::DeltaDecayChannel::computeDecayTime(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::KinematicsUtils::makeBoostVector(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::KinematicsUtils::momentumInCM(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::InteractionAvatar::preInteraction(), G4INCL::InteractionAvatar::preInteractionBlocking(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::KinematicsUtils::squareTotalEnergyInCM(), G4INCL::KinematicsUtils::transformToLocalEnergyFrame().
|
inline |
Get the frozen particle momentum.
G4INCLParticle.hh 파일의 807 번째 라인에서 정의되었습니다.
다음을 참조함 : theFrozenEnergy.
|
inline |
Get the frozen particle momentum.
G4INCLParticle.hh 파일의 804 번째 라인에서 정의되었습니다.
다음을 참조함 : theFrozenMomentum.
|
inline |
G4INCLParticle.hh 파일의 736 번째 라인에서 정의되었습니다.
다음을 참조함 : theHelicity.
다음에 의해서 참조됨 : G4INCL::DeltaDecayChannel::sampleAngles().
|
inline |
G4INCLParticle.hh 파일의 891 번째 라인에서 정의되었습니다.
다음을 참조함 : ID.
다음에 의해서 참조됨 : G4INCL::ReflectionChannel::fillFinalState(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::ProjectileRemnant::getStoredMomentum(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::ProjectileRemnant::reset().
|
inline |
Get the INCL particle mass.
G4INCLParticle.hh 파일의 447 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::ParticleTable::getINCLMass(), INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, theA, theMass, theType, theZ.
다음에 의해서 참조됨 : G4INCL::ParticleEntryChannel::fillFinalState(), getEmissionQValueCorrection(), setINCLMass().
|
inline |
Get the the particle invariant mass.
Uses the relativistic invariant
\[ m = \sqrt{E^2 - {\vec p}^2}\]
G4INCLParticle.hh 파일의 658 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::dot(), INCL_ERROR, theEnergy, theMomentum.
다음에 의해서 참조됨 : G4INCL::Nucleus::finalizeProjectileRemnant(), Particle().
|
inline |
Get the particle kinetic energy.
G4INCLParticle.hh 파일의 669 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth::computePotentialEnergy(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::fillEventInfo(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::Nucleus::getConservationBalance(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::CoulombDistortion::maxImpactParameter(), G4INCL::CoulombNonRelativistic::minimumDistance(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::CDPP::processOneParticle(), G4INCL::INCL::RecoilFunctor::RecoilFunctor(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
Longitudinal component of the position w.r.t. the momentum.
G4INCLParticle.hh 파일의 783 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), thePosition, thePropagationMomentum.
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::coulombDeviation(), getTransversePosition().
|
inline |
Get the cached particle mass.
G4INCLParticle.hh 파일의 444 번째 라인에서 정의되었습니다.
다음을 참조함 : theMass.
다음에 의해서 참조됨 : G4INCL::DeltaDecayChannel::computeDecayTime(), G4INCL::PionResonanceDecayChannel::computeDecayTime(), G4INCL::SigmaZeroDecayChannel::computeDecayTime(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::InteractionAvatar::enforceEnergyConservation(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNToPiN(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::Cluster::freezeInternalMotion(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::NuclearPotential::INuclearPotential::getFermiMomentum(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::PhaseSpaceRauboldLynch::initialize(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::CrossSections::interactionDistanceKbarN(), G4INCL::CrossSections::interactionDistanceKN(), G4INCL::CrossSections::interactionDistanceNN(), G4INCL::CrossSections::interactionDistancePiN(), G4INCL::CrossSections::interactionDistanceYN(), G4INCL::Cluster::internalBoostToCM(), G4INCL::KinematicsUtils::momentumInCM(), G4INCL::KinematicsUtils::momentumInLab(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), G4INCL::CrossSectionsStrangeness::NNToNLK2pi(), G4INCL::CrossSectionsStrangeness::NNToNLKpi(), G4INCL::CrossSectionsStrangeness::NNToNSK2pi(), G4INCL::CrossSectionsStrangeness::NNToNSKpi(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNToPiN(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToOmegaN(), G4INCL::Cluster::print(), G4INCL::ProjectileRemnant::ProjectileRemnant(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
Get the momentum vector.
G4INCLParticle.hh 파일의 704 번째 라인에서 정의되었습니다.
다음을 참조함 : theMomentum.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), G4INCL::ClusteringModelIntercomparison::clusterCanEscape(), G4INCL::SigmaZeroDecayChannel::computeDecayTime(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::CoulombNonRelativistic::coulombDeviation(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::Nucleus::fillEventInfo(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::Nucleus::getConservationBalance(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::ProjectileRemnant::getStoredMomentum(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::NKbElasticChannel::KaonMomentum(), G4INCL::NpiToLKChannel::KaonMomentum(), G4INCL::NKbToLpiChannel::KaonMomentum(), G4INCL::NKbToNKbChannel::KaonMomentum(), G4INCL::NpiToSKChannel::KaonMomentum(), G4INCL::NKbToSpiChannel::KaonMomentum(), G4INCL::KinematicsUtils::makeBoostVector(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::KinematicsUtils::momentumInCM(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::BinaryCollisionAvatar::postInteraction(), G4INCL::InteractionAvatar::preInteraction(), G4INCL::INCL::RecoilCMFunctor::RecoilCMFunctor(), G4INCL::INCL::RecoilFunctor::RecoilFunctor(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ParticleSampler::sampleParticlesIntoList(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
Return the number of collisions undergone by the particle.
G4INCLParticle.hh 파일의 744 번째 라인에서 정의되었습니다.
다음을 참조함 : nCollisions.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle().
|
inline |
Return the number of decays undergone by the particle.
G4INCLParticle.hh 파일의 753 번째 라인에서 정의되었습니다.
다음을 참조함 : nDecays.
|
inline |
G4INCLParticle.hh 파일의 303 번째 라인에서 정의되었습니다.
다음을 참조함 : theParticipantType.
다음에 의해서 참조됨 : G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar().
|
inline |
|
inline |
|
inline |
Set the position vector.
G4INCLParticle.hh 파일의 726 번째 라인에서 정의되었습니다.
다음을 참조함 : thePosition.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), G4INCL::InteractionAvatar::bringParticleInside(), G4INCL::CoulombNone::bringToSurface(), G4INCL::ClusteringModelIntercomparison::clusterCanEscape(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::StandardPropagationModel::getReflectionTime(), G4INCL::StandardPropagationModel::getTime(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::BinaryCollisionAvatar::postInteraction(), G4INCL::ParticleSampler::sampleParticlesIntoList().
|
inline |
Get the particle potential energy.
G4INCLParticle.hh 파일의 672 번째 라인에서 정의되었습니다.
다음을 참조함 : thePotentialEnergy.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::InteractionAvatar::preInteractionBlocking(), G4INCL::CDPP::processOneParticle().
|
inline |
Get the propagation velocity of the particle.
G4INCLParticle.hh 파일의 810 번째 라인에서 정의되었습니다.
다음을 참조함 : thePropagationMomentum.
다음에 의해서 참조됨 : G4INCL::CoulombNone::bringToSurface(), G4INCL::StandardPropagationModel::getReflectionTime(), G4INCL::StandardPropagationModel::getTime().
|
inline |
Get the real particle mass.
G4INCLParticle.hh 파일의 533 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::ParticleTable::getRealMass(), INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, theA, theMass, theType, theZ.
다음에 의해서 참조됨 : G4INCL::Cluster::getTableMass(), setRealMass().
|
inline |
Return the reflection momentum.
The reflection momentum is used by calls to getSurfaceRadius to compute the radius of the sphere where the nucleon moves. It is necessary to introduce fuzzy r-p correlations.
G4INCLParticle.hh 파일의 907 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::mag(), rpCorrelated, theMomentum, uncorrelatedMomentum.
다음에 의해서 참조됨 : G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::Nucleus::getSurfaceRadius().
|
inline |
Returns the strangeness number.
G4INCLParticle.hh 파일의 392 번째 라인에서 정의되었습니다.
다음을 참조함 : theS.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::fillEventInfo(), G4INCL::Nucleus::getConservationBalance(), G4INCL::Nucleus::insertParticle(), G4INCL::INCL::preCascade().
|
inlinevirtual |
Get the particle species.
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 176 번째 라인에서 정의되었습니다.
다음을 참조함 : theType.
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::coulombDeviation(), G4INCL::CoulombDistortion::maxImpactParameter(), G4INCL::CoulombNonRelativistic::minimumDistance(), G4INCL::StandardPropagationModel::shootParticle().
|
inlinevirtual |
Get the tabulated particle mass.
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 490 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, G4INCL::ParticleTable::getTableMass, G4INCL::ParticleTable::getTableParticleMass, INCL_ERROR, G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, theA, theMass, theType, theZ.
다음에 의해서 참조됨 : G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), getEmissionQValueCorrection(), getTransferQValueCorrection(), setTableMass().
|
static |
General bias vector function.
G4INCLParticle.cc 파일의 297 번째 라인에서 정의되었습니다.
다음을 참조함 : INCLBiasVector.
다음에 의해서 참조됨 : G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::INCL::postCascade(), G4INCL::EventInfo::remnantToParticle().
|
inline |
Computes correction on the transfer Q-value.
Computes the correction that must be applied to INCL particles in order to obtain the correct Q-value for particle transfer from a given nucleus to another.
Assumes that the receving nucleus is INCL's target nucleus, with the INCL separation energy.
AFrom | the mass number of the donating nucleus |
ZFrom | the charge number of the donating nucleus |
ATo | the mass number of the receiving nucleus |
ZTo | the charge number of the receiving nucleus |
G4INCLParticle.hh 파일의 633 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ParticleTable::getINCLMass(), getTableMass(), G4INCL::ParticleTable::getTableQValue(), theA, theZ.
|
inline |
Transverse component of the position w.r.t. the momentum.
G4INCLParticle.hh 파일의 778 번째 라인에서 정의되었습니다.
다음을 참조함 : getLongitudinalPosition(), thePosition.
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::coulombDeviation(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
Get the particle type.
G4INCLParticle.hh 파일의 171 번째 라인에서 정의되었습니다.
다음을 참조함 : theType.
다음에 의해서 참조됨 : G4INCL::PionResonanceDecayChannel::computeDecayTime(), G4INCL::NuclearPotential::INuclearPotential::computeKaonPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionResonancePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy(), G4INCL::CrossSectionsINCL46::elasticNNLegacy(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::DecayAvatar::getChannel(), G4INCL::NuclearPotential::INuclearPotential::getFermiEnergy(), G4INCL::NuclearPotential::INuclearPotential::getFermiMomentum(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::NuclearPotential::INuclearPotential::getSeparationEnergy(), G4INCL::Nucleus::getSurfaceRadius(), G4INCL::NuclearDensity::getTransmissionRadius(), G4INCL::Nucleus::insertParticle(), G4INCL::ParticleConfig::isPair(), G4INCL::CrossSectionsStrangeness::NDeltaToDeltaLK(), G4INCL::CrossSectionsStrangeness::NDeltaToDeltaSK(), G4INCL::CrossSectionsStrangeness::NDeltaToNLK(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), G4INCL::CrossSectionsStrangeness::NDeltaToNNKKb(), G4INCL::CrossSectionsStrangeness::NDeltaToNSK(), G4INCL::CrossSectionsStrangeness::NKbToL2pi(), G4INCL::CrossSectionsStrangeness::NKbToLpi(), G4INCL::CrossSectionsStrangeness::NKbToNKb(), G4INCL::CrossSectionsStrangeness::NKbToNKb2pi(), G4INCL::CrossSectionsStrangeness::NKbToNKbpi(), G4INCL::CrossSectionsStrangeness::NKbToS2pi(), G4INCL::CrossSectionsStrangeness::NKbToSpi(), G4INCL::CrossSectionsStrangeness::NKToNK(), G4INCL::CrossSectionsStrangeness::NKToNK2pi(), G4INCL::CrossSectionsStrangeness::NKToNKpi(), G4INCL::CrossSectionsMultiPions::NNElastic(), G4INCL::CrossSectionsMultiPions::NNOnePi(), G4INCL::CrossSectionsMultiPions::NNOnePiOrDelta(), G4INCL::CrossSectionsMultiPions::NNThreePi(), G4INCL::CrossSectionsStrangeness::NNToMissingStrangeness(), G4INCL::CrossSectionsINCL46::NNToNDelta(), G4INCL::CrossSectionsMultiPions::NNToNDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNDeltaEta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNDeltaOmega(), G4INCL::CrossSectionsStrangeness::NNToNLK(), G4INCL::CrossSectionsStrangeness::NNToNLK2pi(), G4INCL::CrossSectionsStrangeness::NNToNLKpi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaExclu(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaFourPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaOnePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaOnePiOrDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaThreePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaTwoPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNEtaxPi(), G4INCL::CrossSectionsStrangeness::NNToNNKKb(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmega(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaExclu(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaFourPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaOnePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaOnePiOrDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaThreePi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaTwoPi(), G4INCL::CrossSectionsMultiPionsAndResonances::NNToNNOmegaxPi(), G4INCL::CrossSectionsStrangeness::NNToNSK(), G4INCL::CrossSectionsStrangeness::NNToNSK2pi(), G4INCL::CrossSectionsStrangeness::NNToNSKpi(), G4INCL::CrossSectionsMultiPions::NNTot(), G4INCL::CrossSectionsMultiPions::NNTwoPi(), G4INCL::CrossSectionsStrangeness::NpiToLK(), G4INCL::CrossSectionsStrangeness::NpiToLK2pi(), G4INCL::CrossSectionsStrangeness::NpiToLKpi(), G4INCL::CrossSectionsStrangeness::NpiToMissingStrangeness(), G4INCL::CrossSectionsStrangeness::NpiToNKKb(), G4INCL::CrossSectionsStrangeness::NpiToSK(), G4INCL::CrossSectionsStrangeness::NpiToSK2pi(), G4INCL::CrossSectionsStrangeness::NpiToSKpi(), G4INCL::CrossSectionsStrangeness::NSToNL(), G4INCL::CrossSectionsStrangeness::NSToNS(), G4INCL::CrossSectionsStrangeness::p_pimToSzKz(), G4INCL::CrossSectionsMultiPions::piNIne(), G4INCL::CrossSectionsMultiPions::piNOnePi(), G4INCL::CrossSectionsINCL46::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNToDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::piNToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piNToOmegaN(), G4INCL::CrossSectionsMultiPions::piNTot(), G4INCL::CrossSectionsMultiPions::piNTwoPi().
|
inline |
Returns the charge number.
G4INCLParticle.hh 파일의 389 번째 라인에서 정의되었습니다.
다음을 참조함 : theZ.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::Cluster::addParticle(), G4INCL::CoulombNonRelativistic::bringToSurface(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::ClusterDecay::decay(), G4INCL::CoulombNonRelativistic::distortOut(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::fillEventInfo(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::ClusteringModelIntercomparison::findClusterStartingFrom(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::Nucleus::getConservationBalance(), G4INCL::CoulombNonRelativistic::getCoulombRadius(), G4INCL::Nucleus::getTransmissionBarrier(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::NuclearDensity::getTransmissionRadius(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::Nucleus::insertParticle(), G4INCL::ClusterDecay::isStable(), G4INCL::CoulombNonRelativistic::minimumDistance(), G4INCL::INCL::preCascade(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
Increment the number of collisions undergone by the particle.
G4INCLParticle.hh 파일의 750 번째 라인에서 정의되었습니다.
다음을 참조함 : nCollisions.
|
inline |
Increment the number of decays undergone by the particle.
G4INCLParticle.hh 파일의 759 번째 라인에서 정의되었습니다.
다음을 참조함 : nDecays.
|
inline |
Is this an antiKaon?
G4INCLParticle.hh 파일의 365 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::KMinus, G4INCL::KZeroBar, theType.
다음에 의해서 참조됨 : G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Nucleus::insertParticle(), isMeson(), isStrange(), G4INCL::CrossSectionsStrangeness::NKbelastic(), G4INCL::CrossSectionsStrangeness::NKbToL2pi(), G4INCL::CrossSectionsStrangeness::NKbToLpi(), G4INCL::CrossSectionsStrangeness::NKbToNKb(), G4INCL::CrossSectionsStrangeness::NKbToNKb2pi(), G4INCL::CrossSectionsStrangeness::NKbToNKbpi(), G4INCL::CrossSectionsStrangeness::NKbToS2pi(), G4INCL::CrossSectionsStrangeness::NKbToSpi(), G4INCL::CrossSectionsStrangeness::total().
|
inline |
Is this a Baryon?
G4INCLParticle.hh 파일의 380 번째 라인에서 정의되었습니다.
다음을 참조함 : isHyperon(), isNucleon(), isResonance().
다음에 의해서 참조됨 : G4INCL::CDPP::processOneParticle().
|
inline |
G4INCLParticle.hh 파일의 793 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, theType.
다음에 의해서 참조됨 : getEmissionQValueCorrection(), G4INCL::SurfaceAvatar::postInteraction().
|
inline |
Is it a Delta?
G4INCLParticle.hh 파일의 354 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, theType.
다음에 의해서 참조됨 : G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::CrossSectionsINCL46::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsMultiPions::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsTruncatedMultiPions::elastic(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::NuclearPotential::INuclearPotential::getFermiMomentum(), isResonance(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NNTot(), G4INCL::RecombinationChannel::RecombinationChannel(), G4INCL::CrossSectionsINCL46::total(), G4INCL::CrossSectionsStrangeness::total(), G4INCL::CrossSectionsMultiPions::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total().
|
inline |
Is this an eta?
G4INCLParticle.hh 파일의 339 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Eta, theType.
다음에 의해서 참조됨 : G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNElastic(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNToPiN(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNToPiPiN(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), isMeson(), G4INCL::CrossSectionsStrangeness::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total().
|
inline |
Is this an etaprime?
G4INCLParticle.hh 파일의 345 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::EtaPrime, theType.
다음에 의해서 참조됨 : isMeson(), G4INCL::CrossSectionsStrangeness::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total().
|
inline |
Is this an Hyperon?
G4INCLParticle.hh 파일의 374 번째 라인에서 정의되었습니다.
다음을 참조함 : isLambda(), isSigma().
다음에 의해서 참조됨 : G4INCL::CrossSectionsStrangeness::elastic(), isBaryon(), isStrange(), G4INCL::CrossSectionsStrangeness::NYelastic().
|
inline |
Is this a Kaon?
G4INCLParticle.hh 파일의 362 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::KPlus, G4INCL::KZero, theType.
다음에 의해서 참조됨 : G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::Nucleus::insertParticle(), isMeson(), isStrange(), G4INCL::CrossSectionsStrangeness::NKelastic(), G4INCL::CrossSectionsStrangeness::NKToNK(), G4INCL::CrossSectionsStrangeness::NKToNK2pi(), G4INCL::CrossSectionsStrangeness::NKToNKpi(), G4INCL::CrossSectionsStrangeness::total().
|
inline |
Is this a Lambda?
G4INCLParticle.hh 파일의 368 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Lambda, theType.
다음에 의해서 참조됨 : G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::Nucleus::getSurfaceRadius(), isHyperon(), isNucleonorLambda(), G4INCL::CrossSectionsStrangeness::NLToNS(), G4INCL::CrossSectionsStrangeness::total().
|
inline |
Is this a Meson?
G4INCLParticle.hh 파일의 377 번째 라인에서 정의되었습니다.
다음을 참조함 : isAntiKaon(), isEta(), isEtaPrime(), isKaon(), isOmega(), isPion().
다음에 의해서 참조됨 : G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::InteractionAvatar::preInteractionLocalEnergy(), G4INCL::CDPP::processOneParticle(), G4INCL::StandardPropagationModel::shootParticle().
|
inline |
Is this a nucleon?
G4INCLParticle.hh 파일의 296 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Neutron, G4INCL::Proton, theType.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::NuclearPotentialEnergyIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialEnergyIsospinSmooth::computePotentialEnergy(), G4INCL::CrossSectionsINCL46::elastic(), G4INCL::CrossSectionsMultiPions::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsTruncatedMultiPions::elastic(), G4INCL::CrossSectionsINCL46::elasticNNLegacy(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NYElasticChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NKElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NKbElasticChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Nucleus::getSurfaceRadius(), G4INCL::Nucleus::insertParticle(), isBaryon(), isNucleonorLambda(), G4INCL::CrossSectionsMultiPions::NNElastic(), G4INCL::CrossSectionsMultiPions::NNTot(), G4INCL::CrossSectionsMultiPions::piMinuspIne(), G4INCL::CrossSectionsMultiPions::piMinuspOnePi(), G4INCL::CrossSectionsMultiPions::piMinuspTwoPi(), G4INCL::CrossSectionsMultiPions::piNIne(), G4INCL::CrossSectionsMultiPions::piNOnePi(), G4INCL::CrossSectionsINCL46::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNToxPiN(), G4INCL::CrossSectionsMultiPions::piNTwoPi(), G4INCL::CrossSectionsMultiPions::piPluspIne(), G4INCL::CrossSectionsMultiPions::piPluspOnePi(), G4INCL::CrossSectionsMultiPions::piPluspTwoPi(), G4INCL::CrossSectionsINCL46::total(), G4INCL::CrossSectionsStrangeness::total(), G4INCL::CrossSectionsMultiPions::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total().
|
inline |
Is this a Nucleon or a Lambda?
G4INCLParticle.hh 파일의 371 번째 라인에서 정의되었습니다.
다음을 참조함 : isLambda(), isNucleon().
다음에 의해서 참조됨 : G4INCL::SurfaceAvatar::getChannel().
|
inline |
Is this an omega?
G4INCLParticle.hh 파일의 342 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Omega, theType.
다음에 의해서 참조됨 : G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), isMeson(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNElastic(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNInelastic(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNToPiN(), G4INCL::CrossSectionsStrangeness::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total().
|
inline |
Check if the particle is out of its potential well.
G4INCLParticle.hh 파일의 772 번째 라인에서 정의되었습니다.
다음을 참조함 : outOfWell.
다음에 의해서 참조됨 : G4INCL::NuclearPotential::INuclearPotential::computeKaonPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionResonancePotentialEnergy().
|
inline |
G4INCLParticle.hh 파일의 311 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Participant, theParticipantType.
다음에 의해서 참조됨 : G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar().
|
inline |
|
inline |
Is this a pion?
G4INCLParticle.hh 파일의 336 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, theType.
다음에 의해서 참조됨 : G4INCL::CrossSectionsMultiPions::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsTruncatedMultiPions::elastic(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::Nucleus::insertParticle(), isMeson(), G4INCL::CrossSectionsStrangeness::NpiToLK(), G4INCL::CrossSectionsStrangeness::NpiToLK2pi(), G4INCL::CrossSectionsStrangeness::NpiToLKpi(), G4INCL::CrossSectionsStrangeness::NpiToMissingStrangeness(), G4INCL::CrossSectionsStrangeness::NpiToNKKb(), G4INCL::CrossSectionsStrangeness::NpiToSK(), G4INCL::CrossSectionsStrangeness::NpiToSK2pi(), G4INCL::CrossSectionsStrangeness::NpiToSKpi(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToOmegaN(), G4INCL::CrossSectionsINCL46::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNTot(), G4INCL::CrossSectionsStrangeness::total(), G4INCL::CrossSectionsINCL46::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), G4INCL::CrossSectionsMultiPions::total().
|
inline |
G4INCLParticle.hh 파일의 319 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ProjectileSpectator, theParticipantType.
다음에 의해서 참조됨 : G4INCL::SurfaceAvatar::getChannel().
|
inline |
Is it a resonance?
G4INCLParticle.hh 파일의 351 번째 라인에서 정의되었습니다.
다음을 참조함 : isDelta().
다음에 의해서 참조됨 : G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::Nucleus::getSurfaceRadius(), isBaryon(), Particle(), G4INCL::CDPP::processOneParticle(), setType().
|
inline |
Is this a Sigma?
G4INCLParticle.hh 파일의 359 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, theType.
다음에 의해서 참조됨 : G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), isHyperon(), G4INCL::CrossSectionsStrangeness::NSToNL(), G4INCL::CrossSectionsStrangeness::NSToNS(), G4INCL::CrossSectionsStrangeness::total().
|
inline |
Is this an Strange?
G4INCLParticle.hh 파일의 383 번째 라인에서 정의되었습니다.
다음을 참조함 : isAntiKaon(), isHyperon(), isKaon().
|
inline |
G4INCLParticle.hh 파일의 315 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::TargetSpectator, theParticipantType.
다음에 의해서 참조됨 : G4INCL::SurfaceAvatar::getChannel(), G4INCL::Nucleus::insertParticle(), G4INCL::SurfaceAvatar::postInteraction(), G4INCL::BinaryCollisionAvatar::preInteraction().
|
inline |
Lorentz-contract the particle position around some center.
Apply Lorentz contraction to the position component along the direction of the boost vector.
aBoostVector | the boost vector (velocity) [c] |
refPos | the reference position |
G4INCLParticle.hh 파일의 433 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), thePosition.
|
inlinevirtual |
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 323 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Participant, theParticipantType.
다음에 의해서 참조됨 : G4INCL::Store::loadParticles(), G4INCL::Cluster::makeParticipant().
|
inlinevirtual |
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 331 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ProjectileSpectator, theParticipantType.
다음에 의해서 참조됨 : G4INCL::Cluster::makeProjectileSpectator(), G4INCL::StandardPropagationModel::shootParticle().
|
inlinevirtual |
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 327 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::TargetSpectator, theParticipantType.
다음에 의해서 참조됨 : G4INCL::Cluster::makeTargetSpectator().
|
static |
G4INCLParticle.cc 파일의 220 번째 라인에서 정의되었습니다.
다음을 참조함 : getBiasCollisionVector().
다음에 의해서 참조됨 : G4INCL::ParticleList::getParticleListBias(), G4INCL::ParticleList::getParticleListBiasVector().
|
static |
G4INCLParticle.cc 파일의 259 번째 라인에서 정의되었습니다.
다음을 참조함 : getBiasCollisionVector().
Assignment operator.
Does not copy the particle ID.
G4INCLParticle.hh 파일의 161 번째 라인에서 정의되었습니다.
다음을 참조함 : swap().
다음에 의해서 참조됨 : G4INCL::Cluster::operator=().
|
inline |
G4INCLParticle.hh 파일의 863 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ParticleTable::getName(), ID, G4INCL::ThreeVector::print(), ss, theEnergy, theMomentum, thePosition, theType.
다음에 의해서 참조됨 : adjustMomentumFromEnergy(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::StandardPropagationModel::getReflectionTime(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::CrossSectionsMultiPions::piNTot(), G4INCL::ProjectileRemnant::removeParticle().
G4INCLParticle.hh 파일의 739 번째 라인에서 정의되었습니다.
다음을 참조함 : thePosition.
다음에 의해서 참조됨 : G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar().
|
inlinevirtual |
Rotate the particle momentum.
angle | the rotation angle |
axis | a unit vector representing the rotation axis |
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 858 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::rotate(), theFrozenMomentum, theMomentum.
다음에 의해서 참조됨 : G4INCL::Cluster::rotateMomentum(), rotatePositionAndMomentum().
|
inlinevirtual |
Rotate the particle position.
angle | the rotation angle |
axis | a unit vector representing the rotation axis |
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 849 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::ThreeVector::rotate(), thePosition.
다음에 의해서 참조됨 : G4INCL::Cluster::rotatePosition(), rotatePositionAndMomentum().
|
inlinevirtual |
Rotate the particle position and momentum.
angle | the rotation angle |
axis | a unit vector representing the rotation axis |
G4INCLParticle.hh 파일의 839 번째 라인에서 정의되었습니다.
다음을 참조함 : rotateMomentum(), rotatePosition().
다음에 의해서 참조됨 : G4INCL::CoulombNonRelativistic::coulombDeviation().
|
inline |
Make the particle follow a strict r-p correlation.
G4INCLParticle.hh 파일의 918 번째 라인에서 정의되었습니다.
다음을 참조함 : rpCorrelated.
다음에 의해서 참조됨 : G4INCL::InteractionAvatar::bringParticleInside(), G4INCL::ParticleEntryAvatar::postInteraction(), G4INCL::SurfaceAvatar::postInteraction().
|
inline |
Make the particle not follow a strict r-p correlation.
G4INCLParticle.hh 파일의 921 번째 라인에서 정의되었습니다.
다음을 참조함 : rpCorrelated.
Set the vector list of biased vertices on the particle path.
G4INCLParticle.hh 파일의 951 번째 라인에서 정의되었습니다.
다음을 참조함 : getBiasFromVector(), setParticleBias(), theBiasCollisionVector.
다음에 의해서 참조됨 : G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::SurfaceAvatar::postInteraction().
G4INCLParticle.hh 파일의 774 번째 라인에서 정의되었습니다.
다음을 참조함 : emissionTime.
다음에 의해서 참조됨 : G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::finalizeProjectileRemnant().
Set the energy of the particle in MeV.
G4INCLParticle.hh 파일의 696 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::CrossSections::interactionDistanceKbarN(), G4INCL::CrossSections::interactionDistanceKN(), G4INCL::CrossSections::interactionDistanceNN(), G4INCL::CrossSections::interactionDistancePiN(), G4INCL::CrossSections::interactionDistanceYN(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::KinematicsUtils::transformToLocalEnergyFrame(), G4INCL::Nucleus::useFusionKinematics().
Set the frozen particle momentum.
G4INCLParticle.hh 파일의 801 번째 라인에서 정의되었습니다.
다음을 참조함 : energy, theFrozenEnergy.
|
inline |
Set the frozen particle momentum.
G4INCLParticle.hh 파일의 798 번째 라인에서 정의되었습니다.
다음을 참조함 : theFrozenMomentum.
G4INCLParticle.cc 파일의 303 번째 라인에서 정의되었습니다.
다음을 참조함 : INCLBiasVector.
|
inline |
Set the mass of the Particle to its table mass.
G4INCLParticle.hh 파일의 582 번째 라인에서 정의되었습니다.
다음을 참조함 : getINCLMass(), setMass().
다음에 의해서 참조됨 : G4INCL::Cluster::Cluster(), G4INCL::ParticleEntryChannel::particleEnters(), setType(), G4INCL::StandardPropagationModel::shootParticle().
Set the mass of the particle in MeV/c^2.
G4INCLParticle.hh 파일의 688 번째 라인에서 정의되었습니다.
다음을 참조함 : theMass.
다음에 의해서 참조됨 : G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::INCL::makeCompoundNucleus(), Particle(), setINCLMass(), setRealMass(), setTableMass(), G4INCL::Nucleus::useFusionKinematics().
|
inlinevirtual |
Set the momentum vector.
G4INCLParticle.hh 파일의 718 번째 라인에서 정의되었습니다.
다음을 참조함 : theMomentum.
다음에 의해서 참조됨 : G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::NKElasticChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NYElasticChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NKbElasticChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::PhaseSpaceRauboldLynch::generateEvent(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::Nucleus::useFusionKinematics().
Set the number of collisions undergone by the particle.
G4INCLParticle.hh 파일의 747 번째 라인에서 정의되었습니다.
다음을 참조함 : n, nCollisions.
Set the number of decays undergone by the particle.
G4INCLParticle.hh 파일의 756 번째 라인에서 정의되었습니다.
|
inline |
Mark the particle as out of its potential well.
This flag is used to control pions created outside their potential well in delta decay. The pion potential checks it and returns zero if it is true (necessary in order to correctly enforce energy conservation). The Nucleus::applyFinalState() method uses it to determine whether new avatars should be generated for the particle.
G4INCLParticle.hh 파일의 769 번째 라인에서 정의되었습니다.
다음을 참조함 : outOfWell.
|
inline |
G4INCLParticle.hh 파일의 307 번째 라인에서 정의되었습니다.
다음을 참조함 : theParticipantType.
Set the particle bias.
G4INCLParticle.hh 파일의 945 번째 라인에서 정의되었습니다.
다음을 참조함 : theParticleBias.
다음에 의해서 참조됨 : setBiasCollisionVector().
|
inlinevirtual |
G4INCL::Cluster에서 재구현되었습니다.
G4INCLParticle.hh 파일의 731 번째 라인에서 정의되었습니다.
다음을 참조함 : position, thePosition.
다음에 의해서 참조됨 : G4INCL::InteractionAvatar::bringParticleInside(), G4INCL::CoulombNone::bringToSurface(), G4INCL::CoulombNonRelativistic::coulombDeviation(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::ParticleSampler::sampleParticlesIntoList(), G4INCL::Cluster::setPosition(), G4INCL::StandardPropagationModel::shootParticle().
Set the particle potential energy.
G4INCLParticle.hh 파일의 675 번째 라인에서 정의되었습니다.
다음을 참조함 : thePotentialEnergy.
다음에 의해서 참조됨 : G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Store::loadParticles(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::Nucleus::updatePotentialEnergy().
|
inline |
Set the mass of the Particle to its real mass.
G4INCLParticle.hh 파일의 576 번째 라인에서 정의되었습니다.
다음을 참조함 : getRealMass(), setMass().
다음에 의해서 참조됨 : G4INCL::ClusterDecay::decay().
|
inline |
Set the mass of the Particle to its table mass.
G4INCLParticle.hh 파일의 579 번째 라인에서 정의되었습니다.
다음을 참조함 : getTableMass(), setMass().
다음에 의해서 참조됨 : G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::ProjectileRemnant::ProjectileRemnant(), G4INCL::ProjectileRemnant::reset().
|
inline |
G4INCLParticle.hh 파일의 180 번째 라인에서 정의되었습니다.
다음을 참조함 : G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, INCL_ERROR, isResonance(), G4INCL::KLong, G4INCL::KMinus, G4INCL::KPlus, G4INCL::KShort, G4INCL::KZero, G4INCL::KZeroBar, G4INCL::Lambda, G4INCL::Neutron, G4INCL::Omega, G4INCL::Photon, G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, setINCLMass(), G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, theA, theS, theType, theZ, G4INCL::UnknownParticle.
다음에 의해서 참조됨 : G4INCL::Cluster::Cluster(), G4INCL::ClusterDecay::decay(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::NeutralKaonDecayChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), Particle().
Set the uncorrelated momentum.
G4INCLParticle.hh 파일의 915 번째 라인에서 정의되었습니다.
다음을 참조함 : uncorrelatedMomentum.
다음에 의해서 참조됨 : G4INCL::ParticleSampler::sampleOneParticleWithFuzzyRPCorrelation(), G4INCL::ParticleSampler::sampleOneParticleWithRPCorrelation().
Helper method for the assignment operator.
G4INCLParticle.hh 파일의 122 번째 라인에서 정의되었습니다.
다음을 참조함 : emissionTime, nCollisions, nDecays, outOfWell, rpCorrelated, theA, theEnergy, theFrozenEnergy, theFrozenMomentum, theHelicity, theMass, theMomentum, theParticipantType, thePosition, thePotentialEnergy, thePropagationEnergy, thePropagationMomentum, theS, theType, theZ, uncorrelatedMomentum.
다음에 의해서 참조됨 : operator=(), G4INCL::Cluster::swap().
|
inline |
Unfreeze particle propagation.
Make the particle use theMomentum and theEnergy for propagation. Call this method to restore the normal propagation if the freezePropagation() method has been called.
G4INCLParticle.hh 파일의 829 번째 라인에서 정의되었습니다.
다음을 참조함 : theEnergy, theMomentum, thePropagationEnergy, thePropagationMomentum.
다음에 의해서 참조됨 : G4INCL::ReflectionChannel::fillFinalState().
|
private |
G4INCLParticle.hh 파일의 1002 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getEmissionTime(), setEmissionTime(), swap().
|
protected |
G4INCLParticle.hh 파일의 993 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : dump(), getID(), Particle(), G4INCL::Cluster::print(), print().
|
static |
Time ordered vector of all bias applied.
/!\ Caution /!\ methods Assotiated to G4VectorCache<T> are: Push_back(…), operator[], Begin(), End(), Clear(), Size() and Pop_back()
G4INCLParticle.hh 파일의 971 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : FillINCLBiasVector(), getBiasFromVector(), getTotalBias(), G4INCL::INCL::processEvent(), setINCLBiasVector().
|
protected |
|
protected |
G4INCLParticle.hh 파일의 991 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getNumberOfDecays(), incrementNumberOfDecays(), setNumberOfDecays(), swap().
|
static |
G4INCLParticle.hh 파일의 977 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : FillINCLBiasVector(), G4INCL::InteractionAvatar::postInteraction(), G4INCL::INCL::processEvent().
|
staticprivate |
G4INCLParticle.hh 파일의 1009 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Particle().
|
private |
G4INCLParticle.hh 파일의 1003 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : isOutOfWell(), setOutOfWell(), swap().
|
protected |
G4INCLParticle.hh 파일의 995 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getReflectionMomentum(), rpCorrelate(), rpDecorrelate(), swap().
|
protected |
G4INCLParticle.hh 파일의 980 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), G4INCL::Cluster::addParticle(), G4INCL::Nucleus::applyFinalState(), G4INCL::Cluster::Cluster(), G4INCL::Cluster::computeDynamicalPotential(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Nucleus::decayInsideDeltas(), G4INCL::Nucleus::decayInsideStrangeParticles(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), getA(), getEmissionQValueCorrection(), getINCLMass(), getRealMass(), G4INCL::Cluster::getSpecies(), getTableMass(), getTransferQValueCorrection(), G4INCL::Cluster::initializeParticles(), G4INCL::Nucleus::insertParticle(), G4INCL::Cluster::internalBoostToCM(), G4INCL::Nucleus::Nucleus(), G4INCL::Cluster::print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), G4INCL::Cluster::setA(), setType(), swap(), G4INCL::Cluster::updateClusterParameters().
|
private |
Time ordered vector of all biased vertices on the particle path.
G4INCLParticle.hh 파일의 1006 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getBiasCollisionVector(), setBiasCollisionVector().
|
protected |
G4INCLParticle.hh 파일의 983 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), G4INCL::Cluster::addParticle(), adjustEnergyFromMomentum(), adjustMomentumFromEnergy(), boost(), boostVector(), dump(), getBeta(), getEnergy(), getInvariantMass(), getKineticEnergy(), G4INCL::Cluster::internalBoostToCM(), Particle(), G4INCL::Cluster::print(), print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), setEnergy(), swap(), thawPropagation(), G4INCL::Cluster::updateClusterParameters(), G4INCL::Nucleus::useFusionKinematics().
|
protected |
G4INCLParticle.hh 파일의 985 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : freezePropagation(), getFrozenEnergy(), Particle(), setFrozenEnergy(), swap().
|
protected |
G4INCLParticle.hh 파일의 988 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : freezePropagation(), getFrozenMomentum(), Particle(), rotateMomentum(), setFrozenMomentum(), swap().
|
private |
G4INCLParticle.hh 파일의 1001 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getHelicity(), setHelicity(), swap().
|
private |
G4INCLParticle.hh 파일의 1008 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : adjustEnergyFromMomentum(), adjustMomentumFromEnergy(), getINCLMass(), getKineticEnergy(), getMass(), getRealMass(), getTableMass(), Particle(), setMass(), swap().
|
protected |
G4INCLParticle.hh 파일의 986 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), G4INCL::Cluster::addParticle(), adjustEnergyFromMomentum(), adjustMomentumFromEnergy(), boost(), boostVector(), G4INCL::Nucleus::computeRecoilKinematics(), dump(), G4INCL::Cluster::freezeInternalMotion(), getAngularMomentum(), getBeta(), getInvariantMass(), getMomentum(), getReflectionMomentum(), G4INCL::Cluster::internalBoostToCM(), Particle(), G4INCL::Cluster::print(), print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), rotateMomentum(), setMomentum(), swap(), thawPropagation(), G4INCL::Cluster::updateClusterParameters(), G4INCL::Nucleus::useFusionKinematics().
|
protected |
G4INCLParticle.hh 파일의 981 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getParticipantType(), isParticipant(), isProjectileSpectator(), isTargetSpectator(), makeParticipant(), makeProjectileSpectator(), makeTargetSpectator(), Particle(), setParticipantType(), swap().
|
protected |
G4INCLParticle.hh 파일의 998 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getParticleBias(), setParticleBias().
|
protected |
G4INCLParticle.hh 파일의 989 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), G4INCL::Cluster::boost(), G4INCL::Cluster::Cluster(), G4INCL::Nucleus::computeRecoilKinematics(), dump(), getAngularMomentum(), getCosRPAngle(), getLongitudinalPosition(), getPosition(), getTransversePosition(), G4INCL::Nucleus::initializeParticles(), G4INCL::Cluster::initializeParticles(), G4INCL::Cluster::internalBoostToCM(), lorentzContract(), G4INCL::Cluster::print(), print(), propagate(), G4INCL::ProjectileRemnant::reset(), rotatePosition(), G4INCL::Cluster::setPosition(), setPosition(), swap(), G4INCL::Cluster::updateClusterParameters().
|
protected |
G4INCLParticle.hh 파일의 992 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), getPotentialEnergy(), G4INCL::ProjectileRemnant::reset(), setPotentialEnergy(), swap(), G4INCL::Cluster::updateClusterParameters().
|
protected |
G4INCLParticle.hh 파일의 984 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : freezePropagation(), Particle(), swap(), thawPropagation().
|
protected |
G4INCLParticle.hh 파일의 987 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : freezePropagation(), getCosRPAngle(), getLongitudinalPosition(), getPropagationVelocity(), Particle(), swap(), thawPropagation().
|
protected |
G4INCLParticle.hh 파일의 980 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::Cluster::addParticle(), G4INCL::Nucleus::applyFinalState(), G4INCL::Cluster::Cluster(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsideStrangeParticles(), getS(), G4INCL::Cluster::getSpecies(), G4INCL::Nucleus::insertParticle(), G4INCL::Cluster::print(), G4INCL::Cluster::setS(), setType(), swap(), G4INCL::Cluster::updateClusterParameters().
|
protected |
G4INCLParticle.hh 파일의 982 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : dump(), getINCLMass(), getRealMass(), getSpecies(), getTableMass(), getType(), isAntiKaon(), isCluster(), isDelta(), isEta(), isEtaPrime(), isKaon(), isLambda(), isNucleon(), isOmega(), isPhoton(), isPion(), isSigma(), G4INCL::Cluster::print(), print(), setType(), swap().
|
protected |
G4INCLParticle.hh 파일의 980 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), G4INCL::Cluster::addParticle(), G4INCL::Nucleus::applyFinalState(), G4INCL::Cluster::Cluster(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Nucleus::decayInsideDeltas(), G4INCL::Nucleus::decayInsideStrangeParticles(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), getEmissionQValueCorrection(), getINCLMass(), getRealMass(), G4INCL::Cluster::getSpecies(), getTableMass(), getTransferQValueCorrection(), G4INCL::Nucleus::getTransmissionBarrier(), getZ(), G4INCL::Cluster::initializeParticles(), G4INCL::Nucleus::insertParticle(), G4INCL::Nucleus::Nucleus(), G4INCL::Cluster::print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), setType(), G4INCL::Cluster::setZ(), swap(), G4INCL::Cluster::updateClusterParameters().
|
protected |
G4INCLParticle.hh 파일의 996 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getReflectionMomentum(), setUncorrelatedMomentum(), swap().