Geant4-11
|
#include <G4INCLCluster.hh>
Public Member Functions | |
void | addParticle (Particle *const p) |
void | addParticles (ParticleList const &pL) |
Add a list of particles to the cluster. More... | |
G4double | adjustEnergyFromMomentum () |
Recompute the energy to match the momentum. More... | |
const ThreeVector & | adjustMomentumFromEnergy () |
Rescale the momentum to match the total energy. More... | |
void | boost (const ThreeVector &aBoostVector) |
Boost the cluster with the indicated velocity. More... | |
ThreeVector | boostVector () const |
void | clearParticles () |
Cluster (const Cluster &rhs) | |
Copy constructor. More... | |
Cluster (const G4int Z, const G4int A, const G4int S, const G4bool createParticleSampler=true) | |
Standard Cluster constructor. More... | |
template<class Iterator > | |
Cluster (Iterator begin, Iterator end) | |
void | deleteParticles () |
std::string | dump () const |
void | freezeInternalMotion () |
Freeze the internal motion of the particles. More... | |
void | freezePropagation () |
Freeze particle propagation. More... | |
G4int | getA () const |
Returns the baryon number. More... | |
G4INCL::ThreeVector | getAngularMomentum () const |
Get the total angular momentum (orbital + spin) More... | |
G4double | getBeta () const |
std::vector< G4int > | getBiasCollisionVector () const |
Get the vector list of biased vertices on the particle path. More... | |
G4double | getCosRPAngle () const |
Get the cosine of the angle between position and momentum. More... | |
G4double | getEmissionQValueCorrection (const G4int AParent, const G4int ZParent) const |
Computes correction on the emission Q-value. More... | |
G4double | getEmissionQValueCorrection (const G4int AParent, const G4int ZParent, const G4int SParent) const |
Computes correction on the emission Q-value for hypernuclei. More... | |
G4double | getEmissionTime () |
G4double | getEnergy () const |
G4double | getExcitationEnergy () const |
Get the excitation energy of the cluster. More... | |
G4double | getFrozenEnergy () const |
Get the frozen particle momentum. More... | |
ThreeVector | getFrozenMomentum () const |
Get the frozen particle momentum. More... | |
G4double | getHelicity () |
long | getID () const |
G4double | getINCLMass () const |
Get the INCL particle mass. More... | |
G4double | getInvariantMass () const |
Get the the particle invariant mass. More... | |
G4double | getKineticEnergy () const |
Get the particle kinetic energy. More... | |
ThreeVector | getLongitudinalPosition () const |
Longitudinal component of the position w.r.t. the momentum. More... | |
G4double | getMass () const |
Get the cached particle mass. More... | |
const G4INCL::ThreeVector & | getMomentum () const |
G4int | getNumberOfCollisions () const |
Return the number of collisions undergone by the particle. More... | |
G4int | getNumberOfDecays () const |
Return the number of decays undergone by the particle. More... | |
G4int | getNumberOfKaon () const |
Number of Kaon inside de nucleus. More... | |
ParticipantType | getParticipantType () const |
G4double | getParticleBias () const |
Get the particle bias. More... | |
ParticleList | getParticleList () const |
Returns the list of particles that make up the cluster. More... | |
ParticleList const & | getParticles () const |
const G4INCL::ThreeVector & | getPosition () const |
G4double | getPotentialEnergy () const |
Get the particle potential energy. More... | |
ThreeVector | getPropagationVelocity () const |
Get the propagation velocity of the particle. More... | |
G4double | getRealMass () const |
Get the real particle mass. More... | |
G4double | getReflectionMomentum () const |
Return the reflection momentum. More... | |
G4int | getS () const |
Returns the strangeness number. More... | |
ParticleSpecies | getSpecies () const |
Get the particle species. More... | |
ThreeVector const & | getSpin () const |
Get the spin of the nucleus. More... | |
virtual G4double | getTableMass () const |
Get the real particle mass. More... | |
G4double | getTransferQValueCorrection (const G4int AFrom, const G4int ZFrom, const G4int ATo, const G4int ZTo) const |
Computes correction on the transfer Q-value. More... | |
G4double | getTransferQValueCorrection (const G4int AFrom, const G4int ZFrom, const G4int SFrom, const G4int ATo, const G4int ZTo, const G4int STo) const |
Computes correction on the transfer Q-value for hypernuclei. More... | |
ThreeVector | getTransversePosition () const |
Transverse component of the position w.r.t. the momentum. More... | |
G4INCL::ParticleType | getType () const |
G4int | getZ () const |
Returns the charge number. More... | |
void | incrementNumberOfCollisions () |
Increment the number of collisions undergone by the particle. More... | |
void | incrementNumberOfDecays () |
Increment the number of decays undergone by the particle. More... | |
virtual void | initializeParticles () |
Initialise the NuclearDensity pointer and sample the particles. More... | |
void | internalBoostToCM () |
Boost to the CM of the component particles. More... | |
G4bool | isAntiKaon () const |
Is this an antiKaon? More... | |
G4bool | isBaryon () const |
Is this a Baryon? More... | |
G4bool | isCluster () const |
G4bool | isDelta () const |
Is it a Delta? More... | |
G4bool | isEta () const |
Is this an eta? More... | |
G4bool | isEtaPrime () const |
Is this an etaprime? More... | |
G4bool | isHyperon () const |
Is this an Hyperon? More... | |
G4bool | isKaon () const |
Is this a Kaon? More... | |
G4bool | isLambda () const |
Is this a Lambda? More... | |
G4bool | isMeson () const |
Is this a Meson? More... | |
G4bool | isNucleon () const |
G4bool | isNucleonorLambda () const |
Is this a Nucleon or a Lambda? More... | |
G4bool | isOmega () const |
Is this an omega? More... | |
G4bool | isOutOfWell () const |
Check if the particle is out of its potential well. More... | |
G4bool | isParticipant () const |
G4bool | isPhoton () const |
Is this a photon? More... | |
G4bool | isPion () const |
Is this a pion? More... | |
G4bool | isProjectileSpectator () const |
G4bool | isResonance () const |
Is it a resonance? More... | |
G4bool | isSigma () const |
Is this a Sigma? More... | |
G4bool | isStrange () const |
Is this an Strange? More... | |
G4bool | isTargetSpectator () const |
void | lorentzContract (const ThreeVector &aBoostVector, const ThreeVector &refPos) |
Lorentz-contract the particle position around some center. More... | |
virtual void | makeParticipant () |
Make all the components participants, too. More... | |
virtual void | makeProjectileSpectator () |
Make all the components projectile spectators, too. More... | |
virtual void | makeTargetSpectator () |
Make all the components target spectators, too. More... | |
Cluster & | operator= (const Cluster &rhs) |
Assignment operator. More... | |
std::string | print () const |
void | propagate (G4double step) |
void | putParticlesOffShell () |
Put the cluster components off shell. More... | |
void | removeParticle (Particle *const p) |
Remove a particle from the cluster components. More... | |
virtual void | rotateMomentum (const G4double angle, const ThreeVector &axis) |
Rotate momentum of all the particles. More... | |
virtual void | rotatePosition (const G4double angle, const ThreeVector &axis) |
Rotate position of all the particles. More... | |
virtual void | rotatePositionAndMomentum (const G4double angle, const ThreeVector &axis) |
Rotate the particle position and momentum. More... | |
void | rpCorrelate () |
Make the particle follow a strict r-p correlation. More... | |
void | rpDecorrelate () |
Make the particle not follow a strict r-p correlation. More... | |
void | setA (const G4int A) |
Set the mass number of the cluster. More... | |
void | setBiasCollisionVector (std::vector< G4int > BiasCollisionVector) |
Set the vector list of biased vertices on the particle path. More... | |
void | setEmissionTime (G4double t) |
void | setEnergy (G4double energy) |
void | setExcitationEnergy (const G4double e) |
Set the excitation energy of the cluster. More... | |
void | setFrozenEnergy (const G4double energy) |
Set the frozen particle momentum. More... | |
void | setFrozenMomentum (const ThreeVector &momentum) |
Set the frozen particle momentum. More... | |
void | setHelicity (G4double h) |
void | setINCLMass () |
Set the mass of the Particle to its table mass. More... | |
void | setMass (G4double mass) |
virtual void | setMomentum (const G4INCL::ThreeVector &momentum) |
void | setNumberOfCollisions (G4int n) |
Set the number of collisions undergone by the particle. More... | |
void | setNumberOfDecays (G4int n) |
Set the number of decays undergone by the particle. More... | |
void | setNumberOfKaon (const G4int NK) |
void | setOutOfWell () |
Mark the particle as out of its potential well. More... | |
void | setParticipantType (ParticipantType const p) |
void | setParticleBias (G4double ParticleBias) |
Set the particle bias. More... | |
void | setPosition (const ThreeVector &position) |
Set the position of the cluster. More... | |
void | setPotentialEnergy (G4double v) |
Set the particle potential energy. More... | |
void | setRealMass () |
Set the mass of the Particle to its real mass. More... | |
void | setS (const G4int S) |
Set the strangess number of the cluster. More... | |
void | setSpin (const ThreeVector &j) |
Set the spin of the nucleus. More... | |
void | setTableMass () |
Set the mass of the Particle to its table mass. More... | |
void | setType (ParticleType t) |
void | setUncorrelatedMomentum (const G4double p) |
Set the uncorrelated momentum. More... | |
void | setZ (const G4int Z) |
Set the charge number of the cluster. More... | |
void | swap (Cluster &rhs) |
Helper method for the assignment operator. More... | |
void | thawPropagation () |
Unfreeze particle propagation. More... | |
void | updateClusterParameters () |
Set total cluster mass, energy, size, etc. from the particles. More... | |
virtual | ~Cluster () |
Static Public Member Functions | |
static void | FillINCLBiasVector (G4double newBias) |
static G4double | getBiasFromVector (std::vector< G4int > VectorBias) |
static G4double | getTotalBias () |
General bias vector function. More... | |
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) |
static void | setINCLBiasVector (std::vector< G4double > NewVector) |
Static Public Attributes | |
static std::vector< G4double > | INCLBiasVector |
Time ordered vector of all bias applied. More... | |
static G4ThreadLocal G4int | nextBiasedCollisionID = 0 |
Protected Member Functions | |
void | swap (Particle &rhs) |
Helper method for the assignment operator. More... | |
Protected Attributes | |
long | ID |
G4int | nCollisions |
G4int | nDecays |
ParticleList | particles |
G4bool | rpCorrelated |
G4int | theA |
G4double | theEnergy |
G4double | theExcitationEnergy |
G4double | theFrozenEnergy |
G4INCL::ThreeVector | theFrozenMomentum |
G4INCL::ThreeVector | theMomentum |
G4int | theNKaon |
The number of Kaons inside the nucleus (update during the cascade) More... | |
ParticipantType | theParticipantType |
G4double | theParticleBias |
ParticleSampler * | theParticleSampler |
G4INCL::ThreeVector | thePosition |
G4double | thePotentialEnergy |
G4double * | thePropagationEnergy |
G4INCL::ThreeVector * | thePropagationMomentum |
G4int | theS |
ThreeVector | theSpin |
G4INCL::ParticleType | theType |
G4int | theZ |
G4double | uncorrelatedMomentum |
Private Member Functions | |
G4double | computeDynamicalPotential () |
Compute the dynamical cluster potential. More... | |
Private Attributes | |
G4double | emissionTime |
G4bool | outOfWell |
std::vector< G4int > | theBiasCollisionVector |
Time ordered vector of all biased vertices on the particle path. More... | |
G4double | theHelicity |
G4double | theMass |
Static Private Attributes | |
static G4ThreadLocal long | nextID = 1 |
Cluster is a particle (inherits from the Particle class) that is actually a collection of elementary particles.
Definition at line 52 of file G4INCLCluster.hh.
|
inline |
Standard Cluster constructor.
This constructor should mainly be used when constructing Nucleus or when constructing Clusters to be used as composite projectiles.
Definition at line 60 of file G4INCLCluster.hh.
References A, G4INCL::Composite, S(), G4INCL::Particle::setINCLMass(), G4INCL::Particle::setType(), G4INCL::Particle::theA, theParticleSampler, G4INCL::Particle::theS, G4INCL::Particle::theZ, and Z.
|
inline |
A cluster can be directly built from a list of particles.
Definition at line 79 of file G4INCLCluster.hh.
References addParticle(), G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Composite, G4INCL::Particle::setINCLMass(), G4INCL::Particle::setType(), G4INCL::Particle::theA, and G4INCL::Particle::thePosition.
|
inlinevirtual |
Definition at line 94 of file G4INCLCluster.hh.
References theParticleSampler.
|
inline |
Copy constructor.
Definition at line 99 of file G4INCLCluster.hh.
References G4INCL::Particle::Particle(), particles, G4INCL::Particle::theA, theParticleSampler, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
|
inline |
Add one particle to the cluster. This updates the cluster mass, energy, size, etc.
Definition at line 178 of file G4INCLCluster.hh.
References G4INCL::Particle::getA(), G4INCL::Particle::getEnergy(), G4INCL::Particle::getMomentum(), G4INCL::Particle::getNumberOfCollisions(), G4INCL::Particle::getPosition(), G4INCL::Particle::getPotentialEnergy(), G4INCL::Particle::getS(), G4INCL::Particle::getZ(), G4INCL::Particle::nCollisions, particles, G4INCL::Particle::theA, G4INCL::Particle::theEnergy, G4INCL::Particle::theMomentum, G4INCL::Particle::thePosition, G4INCL::Particle::thePotentialEnergy, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
Referenced by Cluster(), and G4INCL::ProjectileRemnant::reset().
|
inline |
Add a list of particles to the cluster.
Definition at line 213 of file G4INCLCluster.hh.
References particles, and updateClusterParameters().
|
inherited |
Recompute the energy to match the momentum.
Definition at line 155 of file G4INCLParticle.cc.
References G4INCL::ThreeVector::mag2(), G4INCL::Particle::theEnergy, G4INCL::Particle::theMass, and G4INCL::Particle::theMomentum.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::NKbElasticChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKElasticChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::PhaseSpaceRauboldLynch::generateEvent(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inherited |
Rescale the momentum to match the total energy.
Definition at line 142 of file G4INCLParticle.cc.
References INCL_ERROR, G4INCL::ThreeVector::mag2(), G4INCL::Particle::print(), G4INCL::Particle::theEnergy, G4INCL::Particle::theMass, and G4INCL::Particle::theMomentum.
Referenced by 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(), and G4INCL::KinematicsUtils::transformToLocalEnergyFrame().
|
inline |
Boost the cluster with the indicated velocity.
The Cluster is boosted as a whole, just like any Particle object; moreover, the internal components (particles list) are also boosted, according to Alain Boudard's off-shell recipe.
aBoostVector | the velocity to boost to [c] |
Definition at line 344 of file G4INCLCluster.hh.
References G4INCL::Particle::boost(), G4INCL::ThreeVector::getX(), G4INCL::ThreeVector::getY(), G4INCL::ThreeVector::getZ(), INCL_DEBUG, particles, print(), and G4INCL::Particle::thePosition.
Referenced by G4INCL::ProjectileRemnant::ProjectileRemnant(), G4INCL::INCL::RecoilCMFunctor::RecoilCMFunctor(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
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.
Definition at line 412 of file G4INCLParticle.hh.
References G4INCL::Particle::theEnergy, and G4INCL::Particle::theMomentum.
Referenced by G4INCL::PhaseSpaceKopylov::generate(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inline |
Definition at line 143 of file G4INCLCluster.hh.
References particles.
Referenced by deleteParticles().
|
inlineprivate |
Compute the dynamical cluster potential.
Alain Boudard's boost prescription for low-energy beams requires to define a "dynamical potential" that allows us to conserve momentum and energy when boosting the projectile cluster.
Definition at line 439 of file G4INCLCluster.hh.
References getTableMass(), particles, and G4INCL::Particle::theA.
Referenced by putParticlesOffShell().
|
inline |
Definition at line 136 of file G4INCLCluster.hh.
References clearParticles(), and particles.
Referenced by G4INCL::Store::clearOutgoing(), G4INCL::Nucleus::decayOutgoingClusters(), G4INCL::ProjectileRemnant::reset(), and G4INCL::ProjectileRemnant::~ProjectileRemnant().
|
inlineinherited |
Definition at line 968 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::dump(), G4INCL::ParticleTable::getName(), G4INCL::Particle::ID, G4INCL::Particle::theEnergy, G4INCL::Particle::theMomentum, G4INCL::Particle::thePosition, and G4INCL::Particle::theType.
Referenced by G4INCL::BinaryCollisionAvatar::dump(), G4INCL::DecayAvatar::dump(), G4INCL::ParticleEntryAvatar::dump(), and G4INCL::SurfaceAvatar::dump().
|
staticinherited |
Definition at line 202 of file G4INCLParticle.cc.
References G4INCL::Particle::INCLBiasVector, and G4INCL::Particle::nextBiasedCollisionID.
Referenced by G4INCL::InteractionAvatar::postInteraction().
|
inline |
Freeze the internal motion of the particles.
Each particle is assigned a frozen momentum four-vector determined by the collective cluster velocity. This is used for propagation, but not for dynamics. Normal propagation is restored by calling the Particle::thawPropagation() method, which should be done in InteractionAvatar::postInteraction.
Definition at line 367 of file G4INCLCluster.hh.
References G4INCL::Particle::getMass(), G4INCL::ThreeVector::mag2(), particles, and G4INCL::Particle::theMomentum.
Referenced by G4INCL::ProjectileRemnant::ProjectileRemnant().
|
inlineinherited |
Freeze particle propagation.
Make the particle use theFrozenMomentum and theFrozenEnergy for propagation. The normal state can be restored by calling the thawPropagation() method.
Definition at line 908 of file G4INCLParticle.hh.
References G4INCL::Particle::theFrozenEnergy, G4INCL::Particle::theFrozenMomentum, G4INCL::Particle::thePropagationEnergy, and G4INCL::Particle::thePropagationMomentum.
|
inlineinherited |
Returns the baryon number.
Definition at line 393 of file G4INCLParticle.hh.
References G4INCL::Particle::theA.
Referenced by G4INCL::ProjectileRemnant::addDynamicalSpectator(), 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::SurfaceAvatar::getTransmissionProbability(), G4INCL::NuclearDensity::getTransmissionRadius(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::Nucleus::insertParticle(), G4INCL::ClusterDecay::isStable(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::INCL::postCascade(), G4INCL::INCL::preCascade(), G4INCL::INCL::RecoilCMFunctor::RecoilCMFunctor(), G4INCL::INCL::RecoilFunctor::RecoilFunctor(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::recursiveDecay(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::InteractionAvatar::ViolationEMomentumFunctor::scaleParticleMomenta(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlinevirtual |
Get the total angular momentum (orbital + spin)
Reimplemented from G4INCL::Particle.
Definition at line 428 of file G4INCLCluster.hh.
References G4INCL::Particle::getAngularMomentum(), and getSpin().
Referenced by G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::INCL::makeCompoundNucleus(), and G4INCL::StandardPropagationModel::shootComposite().
|
inlineinherited |
Definition at line 401 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::mag(), P, G4INCL::Particle::theEnergy, and G4INCL::Particle::theMomentum.
|
inlineinherited |
Get the vector list of biased vertices on the particle path.
Definition at line 1038 of file G4INCLParticle.hh.
References G4INCL::Particle::theBiasCollisionVector.
Referenced by G4INCL::ClusterDecay::decay(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::decayOutgoingClusters(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), and G4INCL::Particle::MergeVectorBias().
Definition at line 211 of file G4INCLParticle.cc.
References G4INCL::Particle::INCLBiasVector.
Referenced by G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::ParticleList::getParticleListBias(), and G4INCL::Particle::setBiasCollisionVector().
|
inlineinherited |
Get the cosine of the angle between position and momentum.
Definition at line 1014 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), G4INCL::Particle::thePosition, and G4INCL::Particle::thePropagationMomentum.
Referenced by G4INCL::SurfaceAvatar::initializeRefractionVariables(), and G4INCL::ParticleEntryChannel::particleEnters().
|
inlineinherited |
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 |
Definition at line 602 of file G4INCLParticle.hh.
References G4INCL::Particle::getINCLMass(), G4INCL::ParticleTable::getINCLMass(), G4INCL::Particle::getTableMass(), G4INCL::ParticleTable::getTableMass, G4INCL::ParticleTable::getTableQValue(), G4INCL::Particle::isCluster(), G4INCL::Particle::theA, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
Referenced by G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::SurfaceAvatar::getTransmissionProbability(), and G4INCL::TransmissionChannel::initializeKineticEnergyOutside().
|
inlineinherited |
Computes correction on the emission Q-value for hypernuclei.
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 |
SParent | the strangess number of the emitting nucleus |
Definition at line 678 of file G4INCLParticle.hh.
References G4INCL::Particle::getINCLMass(), G4INCL::ParticleTable::getINCLMass(), G4INCL::Particle::getTableMass(), G4INCL::ParticleTable::getTableMass, G4INCL::ParticleTable::getTableQValue(), G4INCL::Particle::isCluster(), G4INCL::Particle::theA, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
|
inlineinherited |
Definition at line 865 of file G4INCLParticle.hh.
References G4INCL::Particle::emissionTime.
Referenced by G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Get the energy of the particle in MeV.
Definition at line 770 of file G4INCLParticle.hh.
References G4INCL::Particle::theEnergy.
Referenced by G4INCL::ProjectileRemnant::addDynamicalSpectator(), addParticle(), G4INCL::DeltaDecayChannel::computeDecayTime(), G4INCL::PionResonanceDecayChannel::computeDecayTime(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::ReflectionChannel::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(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inline |
Get the excitation energy of the cluster.
Definition at line 155 of file G4INCLCluster.hh.
References theExcitationEnergy.
Referenced by G4INCL::Nucleus::fillEventInfo(), G4INCL::Nucleus::getConservationBalance(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::recursiveDecay().
|
inlineinherited |
Get the frozen particle momentum.
Definition at line 897 of file G4INCLParticle.hh.
References G4INCL::Particle::theFrozenEnergy.
|
inlineinherited |
Get the frozen particle momentum.
Definition at line 894 of file G4INCLParticle.hh.
References G4INCL::Particle::theFrozenMomentum.
|
inlineinherited |
Definition at line 826 of file G4INCLParticle.hh.
References G4INCL::Particle::theHelicity.
Referenced by G4INCL::DeltaDecayChannel::sampleAngles().
|
inlineinherited |
Definition at line 981 of file G4INCLParticle.hh.
References G4INCL::Particle::ID.
Referenced by G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::ProjectileRemnant::getStoredMomentum(), G4INCL::ParticleEntryChannel::particleEnters(), and G4INCL::ProjectileRemnant::reset().
|
inlineinherited |
Get the INCL particle mass.
Definition at line 454 of file G4INCLParticle.hh.
References 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, G4INCL::Particle::theA, G4INCL::Particle::theMass, G4INCL::Particle::theS, G4INCL::Particle::theType, and G4INCL::Particle::theZ.
Referenced by G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::Particle::getEmissionQValueCorrection(), and G4INCL::Particle::setINCLMass().
|
inlineinherited |
Get the the particle invariant mass.
Uses the relativistic invariant
Definition at line 748 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::dot(), INCL_ERROR, G4INCL::Particle::theEnergy, and G4INCL::Particle::theMomentum.
Referenced by G4INCL::Nucleus::finalizeProjectileRemnant(), and G4INCL::Particle::Particle().
|
inlineinherited |
Get the particle kinetic energy.
Definition at line 759 of file G4INCLParticle.hh.
References G4INCL::Particle::theEnergy, and G4INCL::Particle::theMass.
Referenced by 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(), and G4INCL::StandardPropagationModel::shootParticle().
|
inlineinherited |
Longitudinal component of the position w.r.t. the momentum.
Definition at line 873 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), G4INCL::Particle::thePosition, and G4INCL::Particle::thePropagationMomentum.
Referenced by G4INCL::CoulombNonRelativistic::coulombDeviation(), and G4INCL::Particle::getTransversePosition().
|
inlineinherited |
Get the cached particle mass.
Definition at line 451 of file G4INCLParticle.hh.
References G4INCL::Particle::theMass.
Referenced by 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::DeltaDecayChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), 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(), 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::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piMinuspToOmegaN(), print(), G4INCL::ProjectileRemnant::ProjectileRemnant(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Get the momentum vector.
Definition at line 794 of file G4INCLParticle.hh.
References G4INCL::Particle::theMomentum.
Referenced by addParticle(), G4INCL::anonymous_namespace{G4INCLPhaseSpaceGenerator.cc}::bias(), G4INCL::ClusteringModelIntercomparison::clusterCanEscape(), G4INCL::SigmaZeroDecayChannel::computeDecayTime(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::CoulombNonRelativistic::coulombDeviation(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::Nucleus::fillEventInfo(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::PhaseSpaceGenerator::generateBiased(), G4INCL::PauliStandard::getBlockingProbability(), G4INCL::ClusteringModelIntercomparison::getCluster(), G4INCL::Nucleus::getConservationBalance(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::ProjectileRemnant::getStoredMomentum(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::NKbElasticChannel::KaonMomentum(), G4INCL::NKbToLpiChannel::KaonMomentum(), G4INCL::NKbToNKbChannel::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(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Return the number of collisions undergone by the particle.
Definition at line 834 of file G4INCLParticle.hh.
References G4INCL::Particle::nCollisions.
Referenced by addParticle().
|
inlineinherited |
Return the number of decays undergone by the particle.
Definition at line 843 of file G4INCLParticle.hh.
References G4INCL::Particle::nDecays.
|
inlineinherited |
Number of Kaon inside de nucleus.
Put in the Particle class in order to calculate the "correct" mass of composit particle.
Definition at line 1053 of file G4INCLParticle.hh.
References G4INCL::Particle::theNKaon.
Referenced by G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::SurfaceAvatar::getChannel(), and G4INCL::BinaryCollisionAvatar::postInteraction().
|
inlineinherited |
Definition at line 310 of file G4INCLParticle.hh.
References G4INCL::Particle::theParticipantType.
Referenced by G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar().
|
inlineinherited |
Get the particle bias.
Definition at line 1032 of file G4INCLParticle.hh.
References G4INCL::Particle::theParticleBias.
|
inline |
Returns the list of particles that make up the cluster.
Definition at line 219 of file G4INCLCluster.hh.
References particles.
|
inline |
Get the list of particles in the cluster.
Definition at line 169 of file G4INCLCluster.hh.
References particles.
Referenced by G4INCL::Nucleus::applyFinalState(), G4INCL::CoulombNone::bringToSurface(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::INCL::makeProjectileRemnant(), G4INCL::INCL::postCascade(), and G4INCL::SurfaceAvatar::postInteraction().
|
inlineinherited |
Set the position vector.
Definition at line 816 of file G4INCLParticle.hh.
References G4INCL::Particle::thePosition.
Referenced by addParticle(), G4INCL::InteractionAvatar::bringParticleInside(), G4INCL::CoulombNone::bringToSurface(), G4INCL::ClusteringModelIntercomparison::clusterCanEscape(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::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::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::BinaryCollisionAvatar::postInteraction(), G4INCL::ParticleSampler::sampleParticlesIntoList(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Get the particle potential energy.
Definition at line 762 of file G4INCLParticle.hh.
References G4INCL::Particle::thePotentialEnergy.
Referenced by 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(), and G4INCL::CDPP::processOneParticle().
|
inlineinherited |
Get the propagation velocity of the particle.
Definition at line 900 of file G4INCLParticle.hh.
References G4INCL::Particle::thePropagationMomentum.
Referenced by G4INCL::CoulombNone::bringToSurface(), G4INCL::StandardPropagationModel::getReflectionTime(), and G4INCL::StandardPropagationModel::getTime().
|
inlineinherited |
Get the real particle mass.
Definition at line 540 of file G4INCLParticle.hh.
References 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, G4INCL::Particle::theA, G4INCL::Particle::theMass, G4INCL::Particle::theS, G4INCL::Particle::theType, and G4INCL::Particle::theZ.
Referenced by getTableMass(), and G4INCL::Particle::setRealMass().
|
inlineinherited |
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.
Definition at line 997 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::mag(), G4INCL::Particle::rpCorrelated, G4INCL::Particle::theMomentum, and G4INCL::Particle::uncorrelatedMomentum.
Referenced by G4INCL::KinematicsUtils::getLocalEnergy(), and G4INCL::Nucleus::getSurfaceRadius().
|
inlineinherited |
Returns the strangeness number.
Definition at line 399 of file G4INCLParticle.hh.
References G4INCL::Particle::theS.
Referenced by G4INCL::ProjectileRemnant::addDynamicalSpectator(), addParticle(), G4INCL::ClusteringModelIntercomparison::clusterCanEscape(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::ClusterDecay::decay(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::fillEventInfo(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::TransmissionChannel::fillFinalState(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::Nucleus::getConservationBalance(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::Nucleus::insertParticle(), G4INCL::ClusterDecay::isStable(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::INCL::preCascade(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::recursiveDecay(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlinevirtual |
Get the particle species.
Reimplemented from G4INCL::Particle.
Definition at line 132 of file G4INCLCluster.hh.
References G4INCL::Particle::theA, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
|
inline |
Get the spin of the nucleus.
Definition at line 422 of file G4INCLCluster.hh.
References theSpin.
Referenced by G4INCL::Nucleus::fillEventInfo(), and getAngularMomentum().
|
inlinevirtual |
Get the real particle mass.
Overloads the Particle method.
Reimplemented from G4INCL::Particle.
Definition at line 164 of file G4INCLCluster.hh.
References G4INCL::Particle::getRealMass().
Referenced by computeDynamicalPotential(), and G4INCL::Nucleus::useFusionKinematics().
|
staticinherited |
General bias vector function.
Definition at line 300 of file G4INCLParticle.cc.
References G4INCL::Particle::INCLBiasVector.
Referenced by G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::INCL::postCascade(), and G4INCL::EventInfo::remnantToParticle().
|
inlineinherited |
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 |
Definition at line 642 of file G4INCLParticle.hh.
References G4INCL::ParticleTable::getINCLMass(), G4INCL::Particle::getTableMass(), G4INCL::ParticleTable::getTableQValue(), G4INCL::Particle::theA, and G4INCL::Particle::theZ.
|
inlineinherited |
Computes correction on the transfer Q-value for hypernuclei.
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 |
SFrom | the strangess number of the donating nucleus |
ATo | the mass number of the receiving nucleus |
ZTo | the charge number of the receiving nucleus |
STo | the strangess number of the receiving nucleus |
Definition at line 719 of file G4INCLParticle.hh.
References G4INCL::ParticleTable::getINCLMass(), G4INCL::Particle::getTableMass(), G4INCL::ParticleTable::getTableQValue(), G4INCL::Particle::theA, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
|
inlineinherited |
Transverse component of the position w.r.t. the momentum.
Definition at line 868 of file G4INCLParticle.hh.
References G4INCL::Particle::getLongitudinalPosition(), and G4INCL::Particle::thePosition.
Referenced by G4INCL::CoulombNonRelativistic::coulombDeviation(), G4INCL::StandardPropagationModel::shootComposite(), and G4INCL::StandardPropagationModel::shootParticle().
|
inlineinherited |
Get the particle type.
Definition at line 178 of file G4INCLParticle.hh.
References G4INCL::Particle::theType.
Referenced by G4INCL::PionResonanceDecayChannel::computeDecayTime(), G4INCL::NuclearPotential::INuclearPotential::computeKaonPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionResonancePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy(), G4INCL::CrossSectionsINCL46::elasticNNLegacy(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::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::NpiToNKKb(), G4INCL::CrossSectionsStrangeness::NpiToSK(), G4INCL::CrossSectionsStrangeness::NpiToSK2pi(), G4INCL::CrossSectionsStrangeness::NpiToSKpi(), G4INCL::CrossSectionsStrangeness::NSToNL(), G4INCL::CrossSectionsStrangeness::NSToNS(), G4INCL::CrossSectionsStrangeness::p_pimToSzKz(), G4INCL::CrossSectionsINCL46::piNToDelta(), G4INCL::CrossSectionsMultiPions::piNToDelta(), G4INCL::CrossSectionsMultiPionsAndResonances::piNToEtaN(), G4INCL::CrossSectionsMultiPionsAndResonances::piNToOmegaN(), and G4INCL::CrossSectionsMultiPions::piNTot().
|
inlineinherited |
Returns the charge number.
Definition at line 396 of file G4INCLParticle.hh.
References G4INCL::Particle::theZ.
Referenced by G4INCL::ProjectileRemnant::addDynamicalSpectator(), 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::Nucleus::getTransmissionBarrier(), G4INCL::SurfaceAvatar::getTransmissionProbability(), G4INCL::NuclearDensity::getTransmissionRadius(), G4INCL::TransmissionChannel::initializeKineticEnergyOutside(), G4INCL::Nucleus::insertParticle(), G4INCL::ClusterDecay::isStable(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::INCL::preCascade(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::recursiveDecay(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Increment the number of collisions undergone by the particle.
Definition at line 840 of file G4INCLParticle.hh.
References G4INCL::Particle::nCollisions.
|
inlineinherited |
Increment the number of decays undergone by the particle.
Definition at line 849 of file G4INCLParticle.hh.
References G4INCL::Particle::nDecays.
|
virtual |
Initialise the NuclearDensity pointer and sample the particles.
Reimplemented in G4INCL::Nucleus.
Definition at line 43 of file G4INCLCluster.cc.
References INCL_DEBUG, particles, print(), G4INCL::ParticleSampler::sampleParticlesIntoList(), G4INCL::Particle::theA, theParticleSampler, G4INCL::Particle::thePosition, G4INCL::Particle::theZ, and updateClusterParameters().
Referenced by G4INCL::Nucleus::initializeParticles(), and G4INCL::ProjectileRemnant::ProjectileRemnant().
|
inline |
Boost to the CM of the component particles.
The position of all particles in the particles list is shifted so that their centre of mass is in the origin and their total momentum is zero.
Definition at line 254 of file G4INCLCluster.hh.
References G4INCL::Particle::getMass(), INCL_DEBUG, particles, print(), G4INCL::ThreeVector::setX(), G4INCL::ThreeVector::setY(), G4INCL::ThreeVector::setZ(), G4INCL::Particle::theA, G4INCL::Particle::theEnergy, G4INCL::Particle::theMomentum, and G4INCL::Particle::thePosition.
Referenced by G4INCL::ProjectileRemnant::ProjectileRemnant().
|
inlineinherited |
Is this an antiKaon?
Definition at line 372 of file G4INCLParticle.hh.
References G4INCL::KMinus, G4INCL::KZeroBar, and G4INCL::Particle::theType.
Referenced by G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Nucleus::insertParticle(), G4INCL::Particle::isMeson(), G4INCL::Particle::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(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this a Baryon?
Definition at line 387 of file G4INCLParticle.hh.
References G4INCL::Particle::isHyperon(), G4INCL::Particle::isNucleon(), and G4INCL::Particle::isResonance().
Referenced by G4INCL::CDPP::processOneParticle().
|
inlineinherited |
Definition at line 883 of file G4INCLParticle.hh.
References G4INCL::Composite, and G4INCL::Particle::theType.
Referenced by G4INCL::Particle::getEmissionQValueCorrection(), and G4INCL::SurfaceAvatar::postInteraction().
|
inlineinherited |
Is it a Delta?
Definition at line 361 of file G4INCLParticle.hh.
References G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, and G4INCL::Particle::theType.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::CrossSectionsINCL46::elastic(), G4INCL::CrossSectionsMultiPions::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsTruncatedMultiPions::elastic(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::NuclearPotential::INuclearPotential::getFermiMomentum(), G4INCL::Particle::isResonance(), G4INCL::CrossSectionsINCL46::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NDeltaToNN(), G4INCL::CrossSectionsMultiPions::NNTot(), G4INCL::RecombinationChannel::RecombinationChannel(), G4INCL::CrossSectionsINCL46::total(), G4INCL::CrossSectionsMultiPions::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this an eta?
Definition at line 346 of file G4INCLParticle.hh.
References G4INCL::Eta, and G4INCL::Particle::theType.
Referenced by G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNElastic(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNToPiN(), G4INCL::CrossSectionsMultiPionsAndResonances::etaNToPiPiN(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Particle::isMeson(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this an etaprime?
Definition at line 352 of file G4INCLParticle.hh.
References G4INCL::EtaPrime, and G4INCL::Particle::theType.
Referenced by G4INCL::Particle::isMeson(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this an Hyperon?
Definition at line 381 of file G4INCLParticle.hh.
References G4INCL::Particle::isLambda(), and G4INCL::Particle::isSigma().
Referenced by G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::Particle::isBaryon(), G4INCL::Particle::isStrange(), and G4INCL::CrossSectionsStrangeness::NYelastic().
|
inlineinherited |
Is this a Kaon?
Definition at line 369 of file G4INCLParticle.hh.
References G4INCL::KPlus, G4INCL::KZero, and G4INCL::Particle::theType.
Referenced by G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::Nucleus::insertParticle(), G4INCL::Particle::isMeson(), G4INCL::Particle::isStrange(), G4INCL::CrossSectionsStrangeness::NKelastic(), G4INCL::CrossSectionsStrangeness::NKToNK(), G4INCL::CrossSectionsStrangeness::NKToNK2pi(), G4INCL::CrossSectionsStrangeness::NKToNKpi(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this a Lambda?
Definition at line 375 of file G4INCLParticle.hh.
References G4INCL::Lambda, and G4INCL::Particle::theType.
Referenced by G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::Nucleus::getSurfaceRadius(), G4INCL::Particle::isHyperon(), G4INCL::Particle::isNucleonorLambda(), G4INCL::CrossSectionsStrangeness::NLToNS(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this a Meson?
Definition at line 384 of file G4INCLParticle.hh.
References G4INCL::Particle::isAntiKaon(), G4INCL::Particle::isEta(), G4INCL::Particle::isEtaPrime(), G4INCL::Particle::isKaon(), G4INCL::Particle::isOmega(), and G4INCL::Particle::isPion().
Referenced by G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::InteractionAvatar::preInteractionLocalEnergy(), G4INCL::CDPP::processOneParticle(), and G4INCL::StandardPropagationModel::shootParticle().
|
inlineinherited |
Is this a nucleon?
Definition at line 303 of file G4INCLParticle.hh.
References G4INCL::Neutron, G4INCL::Proton, and G4INCL::Particle::theType.
Referenced by 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::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NKbElasticChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKElasticChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NLToNSChannel::fillFinalState(), G4INCL::NpiToLK2piChannel::fillFinalState(), G4INCL::NpiToLKChannel::fillFinalState(), G4INCL::NpiToLKpiChannel::fillFinalState(), G4INCL::NpiToNKKbChannel::fillFinalState(), G4INCL::NpiToSK2piChannel::fillFinalState(), G4INCL::NpiToSKChannel::fillFinalState(), G4INCL::NpiToSKpiChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::NYElasticChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::PiNElasticChannel::fillFinalState(), G4INCL::PiNToDeltaChannel::fillFinalState(), G4INCL::PiNToEtaChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::PiNToOmegaChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Nucleus::getSurfaceRadius(), G4INCL::Nucleus::insertParticle(), G4INCL::Particle::isBaryon(), G4INCL::Particle::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::CrossSectionsMultiPions::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this a Nucleon or a Lambda?
Definition at line 378 of file G4INCLParticle.hh.
References G4INCL::Particle::isLambda(), and G4INCL::Particle::isNucleon().
Referenced by G4INCL::ParticleEntryChannel::fillFinalState(), and G4INCL::SurfaceAvatar::getChannel().
|
inlineinherited |
Is this an omega?
Definition at line 349 of file G4INCLParticle.hh.
References G4INCL::Omega, and G4INCL::Particle::theType.
Referenced by G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Particle::isMeson(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNElastic(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNInelastic(), G4INCL::CrossSectionsMultiPionsAndResonances::omegaNToPiN(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Check if the particle is out of its potential well.
Definition at line 862 of file G4INCLParticle.hh.
References G4INCL::Particle::outOfWell.
Referenced by G4INCL::NuclearPotential::INuclearPotential::computeKaonPotentialEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePionPotentialEnergy(), and G4INCL::NuclearPotential::INuclearPotential::computePionResonancePotentialEnergy().
|
inlineinherited |
Definition at line 318 of file G4INCLParticle.hh.
References G4INCL::Participant, and G4INCL::Particle::theParticipantType.
Referenced by G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar().
|
inlineinherited |
Is this a photon?
Definition at line 355 of file G4INCLParticle.hh.
References G4INCL::Photon, and G4INCL::Particle::theType.
|
inlineinherited |
Is this a pion?
Definition at line 343 of file G4INCLParticle.hh.
References G4INCL::PiMinus, G4INCL::PiPlus, G4INCL::PiZero, and G4INCL::Particle::theType.
Referenced by G4INCL::CrossSectionsMultiPions::elastic(), G4INCL::CrossSectionsMultiPionsAndResonances::elastic(), G4INCL::CrossSectionsStrangeness::elastic(), G4INCL::CrossSectionsTruncatedMultiPions::elastic(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::Nucleus::insertParticle(), G4INCL::Particle::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::CrossSectionsINCL46::total(), G4INCL::CrossSectionsMultiPions::total(), G4INCL::CrossSectionsMultiPionsAndResonances::total(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Definition at line 326 of file G4INCLParticle.hh.
References G4INCL::ProjectileSpectator, and G4INCL::Particle::theParticipantType.
Referenced by G4INCL::SurfaceAvatar::getChannel().
|
inlineinherited |
Is it a resonance?
Definition at line 358 of file G4INCLParticle.hh.
References G4INCL::Particle::isDelta().
Referenced by G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::Nucleus::getSurfaceRadius(), G4INCL::Particle::isBaryon(), G4INCL::Particle::Particle(), G4INCL::CDPP::processOneParticle(), and G4INCL::Particle::setType().
|
inlineinherited |
Is this a Sigma?
Definition at line 366 of file G4INCLParticle.hh.
References G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, and G4INCL::Particle::theType.
Referenced by G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::Particle::isHyperon(), G4INCL::CrossSectionsStrangeness::NSToNL(), G4INCL::CrossSectionsStrangeness::NSToNS(), and G4INCL::CrossSectionsStrangeness::total().
|
inlineinherited |
Is this an Strange?
Definition at line 390 of file G4INCLParticle.hh.
References G4INCL::Particle::isAntiKaon(), G4INCL::Particle::isHyperon(), and G4INCL::Particle::isKaon().
|
inlineinherited |
Definition at line 322 of file G4INCLParticle.hh.
References G4INCL::TargetSpectator, and G4INCL::Particle::theParticipantType.
Referenced by G4INCL::SurfaceAvatar::getChannel(), G4INCL::Nucleus::insertParticle(), G4INCL::SurfaceAvatar::postInteraction(), and G4INCL::BinaryCollisionAvatar::preInteraction().
|
inlineinherited |
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 |
Definition at line 440 of file G4INCLParticle.hh.
References G4INCL::ThreeVector::dot(), G4INCL::ThreeVector::mag2(), and G4INCL::Particle::thePosition.
|
inlinevirtual |
Make all the components participants, too.
Reimplemented from G4INCL::Particle.
Definition at line 414 of file G4INCLCluster.hh.
References G4INCL::Particle::makeParticipant(), and particles.
|
inlinevirtual |
Make all the components projectile spectators, too.
Reimplemented from G4INCL::Particle.
Definition at line 398 of file G4INCLCluster.hh.
References G4INCL::Particle::makeProjectileSpectator(), and particles.
Referenced by G4INCL::ProjectileRemnant::ProjectileRemnant().
|
inlinevirtual |
Make all the components target spectators, too.
Reimplemented from G4INCL::Particle.
Definition at line 406 of file G4INCLCluster.hh.
References G4INCL::Particle::makeTargetSpectator(), and particles.
|
staticinherited |
Definition at line 223 of file G4INCLParticle.cc.
References G4INCL::Particle::getBiasCollisionVector().
Referenced by G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::ParticleList::getParticleListBias(), and G4INCL::ParticleList::getParticleListBiasVector().
|
staticinherited |
Definition at line 262 of file G4INCLParticle.cc.
References G4INCL::Particle::getBiasCollisionVector().
Assignment operator.
Definition at line 114 of file G4INCLCluster.hh.
References G4INCL::Particle::operator=(), and swap().
|
inline |
Definition at line 221 of file G4INCLCluster.hh.
References G4INCL::Particle::getMass(), G4INCL::ParticleTable::getName(), G4INCL::Particle::ID, particles, G4INCL::ThreeVector::print(), G4INCL::Particle::theA, G4INCL::Particle::theEnergy, G4INCL::Particle::theMomentum, G4INCL::Particle::thePosition, G4INCL::Particle::theS, G4INCL::Particle::theType, and G4INCL::Particle::theZ.
Referenced by boost(), G4INCL::SurfaceAvatar::getChannel(), initializeParticles(), internalBoostToCM(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), putParticlesOffShell(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::recursiveDecay(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Definition at line 829 of file G4INCLParticle.hh.
References G4INCL::Particle::thePosition.
Referenced by G4INCL::StandardPropagationModel::generateBinaryCollisionAvatar().
|
inline |
Put the cluster components off shell.
The Cluster components are put off shell in such a way that their total energy equals the cluster mass.
Definition at line 306 of file G4INCLCluster.hh.
References computeDynamicalPotential(), G4INCL::KinematicsUtils::energy(), INCL_DEBUG, G4INCL::ThreeVector::mag2(), particles, and print().
Referenced by G4INCL::ProjectileRemnant::ProjectileRemnant().
|
inline |
Remove a particle from the cluster components.
Definition at line 172 of file G4INCLCluster.hh.
References particles, and G4INCL::UnorderedVector< T >::remove().
Referenced by G4INCL::ProjectileRemnant::removeParticle().
|
virtual |
Rotate momentum of all the particles.
This includes the cluster components. Overloads Particle::rotateMomentum().
angle | the rotation angle |
axis | a unit vector representing the rotation axis |
Reimplemented from G4INCL::Particle.
Definition at line 64 of file G4INCLCluster.cc.
References angle, particles, and G4INCL::Particle::rotateMomentum().
|
virtual |
Rotate position of all the particles.
This includes the cluster components. Overloads Particle::rotateMomentum().
angle | the rotation angle |
axis | a unit vector representing the rotation axis |
Reimplemented from G4INCL::Particle.
Definition at line 57 of file G4INCLCluster.cc.
References angle, particles, and G4INCL::Particle::rotatePosition().
|
inlinevirtualinherited |
Rotate the particle position and momentum.
angle | the rotation angle |
axis | a unit vector representing the rotation axis |
Definition at line 929 of file G4INCLParticle.hh.
References angle, G4INCL::Particle::rotateMomentum(), and G4INCL::Particle::rotatePosition().
Referenced by G4INCL::CoulombNonRelativistic::coulombDeviation().
|
inlineinherited |
Make the particle follow a strict r-p correlation.
Definition at line 1008 of file G4INCLParticle.hh.
References G4INCL::Particle::rpCorrelated.
Referenced by G4INCL::InteractionAvatar::bringParticleInside(), G4INCL::ParticleEntryAvatar::postInteraction(), and G4INCL::SurfaceAvatar::postInteraction().
|
inlineinherited |
Make the particle not follow a strict r-p correlation.
Definition at line 1011 of file G4INCLParticle.hh.
References G4INCL::Particle::rpCorrelated.
|
inline |
Set the mass number of the cluster.
Definition at line 149 of file G4INCLCluster.hh.
References A, and G4INCL::Particle::theA.
Referenced by G4INCL::INCL::makeCompoundNucleus(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Set the vector list of biased vertices on the particle path.
Definition at line 1041 of file G4INCLParticle.hh.
References G4INCL::Particle::getBiasFromVector(), G4INCL::Particle::setParticleBias(), and G4INCL::Particle::theBiasCollisionVector.
Referenced by G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), and G4INCL::SurfaceAvatar::postInteraction().
|
inlineinherited |
Definition at line 864 of file G4INCLParticle.hh.
References G4INCL::Particle::emissionTime.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Nucleus::finalizeProjectileRemnant(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Set the energy of the particle in MeV.
Definition at line 786 of file G4INCLParticle.hh.
References G4INCL::KinematicsUtils::energy(), and G4INCL::Particle::theEnergy.
Referenced by G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::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(), and G4INCL::Nucleus::useFusionKinematics().
|
inline |
Set the excitation energy of the cluster.
Definition at line 158 of file G4INCLCluster.hh.
References theExcitationEnergy.
Referenced by G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::INCL::postCascade(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::recursiveDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Set the frozen particle momentum.
Definition at line 891 of file G4INCLParticle.hh.
References G4INCL::KinematicsUtils::energy(), and G4INCL::Particle::theFrozenEnergy.
|
inlineinherited |
Set the frozen particle momentum.
Definition at line 888 of file G4INCLParticle.hh.
References G4INCL::Particle::theFrozenMomentum.
|
inlineinherited |
Definition at line 827 of file G4INCLParticle.hh.
References G4INCL::Particle::theHelicity.
Referenced by G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), and G4INCL::NDeltaOmegaProductionChannel::fillFinalState().
|
staticinherited |
Definition at line 306 of file G4INCLParticle.cc.
References G4INCL::Particle::INCLBiasVector.
|
inlineinherited |
Set the mass of the Particle to its table mass.
Definition at line 589 of file G4INCLParticle.hh.
References G4INCL::Particle::getINCLMass(), and G4INCL::Particle::setMass().
Referenced by Cluster(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::Particle::setType(), and G4INCL::StandardPropagationModel::shootParticle().
|
inlineinherited |
Set the mass of the particle in MeV/c^2.
Definition at line 778 of file G4INCLParticle.hh.
References G4INCL::Particle::theMass.
Referenced by G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::Particle::Particle(), G4INCL::Particle::setINCLMass(), G4INCL::Particle::setRealMass(), G4INCL::Particle::setTableMass(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay(), and G4INCL::Nucleus::useFusionKinematics().
|
inlinevirtualinherited |
Set the momentum vector.
Definition at line 808 of file G4INCLParticle.hh.
References G4INCL::Particle::theMomentum.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::EtaNElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::NKbElasticChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKElasticChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::OmegaNElasticChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::ReflectionChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), G4INCL::PhaseSpaceKopylov::generate(), G4INCL::PhaseSpaceRauboldLynch::generateEvent(), G4INCL::INCL::makeCompoundNucleus(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::INCL::RecoilCMFunctor::scaleParticleCMMomenta(), G4INCL::INCL::RecoilFunctor::scaleParticleEnergies(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay(), and G4INCL::Nucleus::useFusionKinematics().
|
inlineinherited |
Set the number of collisions undergone by the particle.
Definition at line 837 of file G4INCLParticle.hh.
References CLHEP::detail::n, and G4INCL::Particle::nCollisions.
|
inlineinherited |
Set the number of decays undergone by the particle.
Definition at line 846 of file G4INCLParticle.hh.
References CLHEP::detail::n, and G4INCL::Particle::nDecays.
Referenced by G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inlineinherited |
Definition at line 1054 of file G4INCLParticle.hh.
References G4INCL::Particle::theNKaon.
Referenced by G4INCL::ParticleEntryChannel::fillFinalState(), G4INCL::SurfaceAvatar::getChannel(), and G4INCL::BinaryCollisionAvatar::postInteraction().
|
inlineinherited |
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.
Definition at line 859 of file G4INCLParticle.hh.
References G4INCL::Particle::outOfWell.
|
inlineinherited |
Definition at line 314 of file G4INCLParticle.hh.
References G4INCL::Particle::theParticipantType.
|
inlineinherited |
Set the particle bias.
Definition at line 1035 of file G4INCLParticle.hh.
References G4INCL::Particle::theParticleBias.
Referenced by G4INCL::Particle::setBiasCollisionVector().
|
inlinevirtual |
Set the position of the cluster.
This overloads the Particle method to take into account that the positions of the cluster members must be updated as well.
Reimplemented from G4INCL::Particle.
Definition at line 328 of file G4INCLCluster.hh.
References particles, G4INCL::Particle::setPosition(), and G4INCL::Particle::thePosition.
Referenced by G4INCL::StandardPropagationModel::shootComposite().
|
inlineinherited |
Set the particle potential energy.
Definition at line 765 of file G4INCLParticle.hh.
References G4INCL::Particle::thePotentialEnergy.
Referenced by G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Store::loadParticles(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::TransmissionChannel::particleLeaves(), and G4INCL::Nucleus::updatePotentialEnergy().
|
inlineinherited |
Set the mass of the Particle to its real mass.
Definition at line 583 of file G4INCLParticle.hh.
References G4INCL::Particle::getRealMass(), and G4INCL::Particle::setMass().
Referenced by G4INCL::ClusterDecay::decay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inline |
Set the strangess number of the cluster.
Definition at line 152 of file G4INCLCluster.hh.
References S(), and G4INCL::Particle::theS.
Referenced by G4INCL::INCL::makeCompoundNucleus(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inline |
Set the spin of the nucleus.
Definition at line 425 of file G4INCLCluster.hh.
References theSpin.
Referenced by G4INCL::Nucleus::finalizeProjectileRemnant(), G4INCL::INCL::makeCompoundNucleus(), and G4INCL::Nucleus::useFusionKinematics().
|
inlineinherited |
Set the mass of the Particle to its table mass.
Definition at line 586 of file G4INCLParticle.hh.
References G4INCL::Particle::getTableMass(), and G4INCL::Particle::setMass().
Referenced by G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::TransmissionChannel::particleLeaves(), G4INCL::ProjectileRemnant::ProjectileRemnant(), and G4INCL::ProjectileRemnant::reset().
|
inlineinherited |
Definition at line 187 of file G4INCLParticle.hh.
References G4INCL::Composite, G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, G4INCL::Eta, G4INCL::EtaPrime, INCL_ERROR, G4INCL::Particle::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, G4INCL::Particle::setINCLMass(), G4INCL::SigmaMinus, G4INCL::SigmaPlus, G4INCL::SigmaZero, G4INCL::Particle::theA, G4INCL::Particle::theS, G4INCL::Particle::theType, G4INCL::Particle::theZ, and G4INCL::UnknownParticle.
Referenced by Cluster(), G4INCL::ClusterDecay::decay(), G4INCL::DeltaDecayChannel::fillFinalState(), G4INCL::DeltaProductionChannel::fillFinalState(), G4INCL::ElasticChannel::fillFinalState(), G4INCL::EtaNToPiNChannel::fillFinalState(), G4INCL::EtaNToPiPiNChannel::fillFinalState(), G4INCL::NDeltaEtaProductionChannel::fillFinalState(), G4INCL::NDeltaOmegaProductionChannel::fillFinalState(), G4INCL::NDeltaToDeltaLKChannel::fillFinalState(), G4INCL::NDeltaToDeltaSKChannel::fillFinalState(), G4INCL::NDeltaToNLKChannel::fillFinalState(), G4INCL::NDeltaToNNKKbChannel::fillFinalState(), G4INCL::NDeltaToNSKChannel::fillFinalState(), G4INCL::NeutralKaonDecayChannel::fillFinalState(), G4INCL::NKbToL2piChannel::fillFinalState(), G4INCL::NKbToLpiChannel::fillFinalState(), G4INCL::NKbToNKb2piChannel::fillFinalState(), G4INCL::NKbToNKbChannel::fillFinalState(), G4INCL::NKbToNKbpiChannel::fillFinalState(), G4INCL::NKbToS2piChannel::fillFinalState(), G4INCL::NKbToSpiChannel::fillFinalState(), G4INCL::NKToNK2piChannel::fillFinalState(), G4INCL::NKToNKChannel::fillFinalState(), G4INCL::NKToNKpiChannel::fillFinalState(), G4INCL::NNEtaToMultiPionsChannel::fillFinalState(), G4INCL::NNOmegaToMultiPionsChannel::fillFinalState(), G4INCL::NNToMissingStrangenessChannel::fillFinalState(), G4INCL::NNToMultiPionsChannel::fillFinalState(), G4INCL::NNToNLK2piChannel::fillFinalState(), G4INCL::NNToNLKChannel::fillFinalState(), G4INCL::NNToNLKpiChannel::fillFinalState(), G4INCL::NNToNNEtaChannel::fillFinalState(), G4INCL::NNToNNKKbChannel::fillFinalState(), G4INCL::NNToNNOmegaChannel::fillFinalState(), G4INCL::NNToNSK2piChannel::fillFinalState(), G4INCL::NNToNSKChannel::fillFinalState(), G4INCL::NNToNSKpiChannel::fillFinalState(), G4INCL::NpiToMissingStrangenessChannel::fillFinalState(), G4INCL::NSToNLChannel::fillFinalState(), G4INCL::NSToNSChannel::fillFinalState(), G4INCL::OmegaNToPiNChannel::fillFinalState(), G4INCL::OmegaNToPiPiNChannel::fillFinalState(), G4INCL::PiNToMultiPionsChannel::fillFinalState(), G4INCL::PionResonanceDecayChannel::fillFinalState(), G4INCL::RecombinationChannel::fillFinalState(), G4INCL::SigmaZeroDecayChannel::fillFinalState(), G4INCL::StrangeAbsorbtionChannel::fillFinalState(), and G4INCL::Particle::Particle().
|
inlineinherited |
Set the uncorrelated momentum.
Definition at line 1005 of file G4INCLParticle.hh.
References G4INCL::Particle::uncorrelatedMomentum.
Referenced by G4INCL::ParticleSampler::sampleOneParticleWithFuzzyRPCorrelation(), and G4INCL::ParticleSampler::sampleOneParticleWithRPCorrelation().
|
inline |
Set the charge number of the cluster.
Definition at line 146 of file G4INCLCluster.hh.
References G4INCL::Particle::theZ, and Z.
Referenced by G4INCL::INCL::makeCompoundNucleus(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::phaseSpaceDecay(), G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::threeBodyDecay(), and G4INCL::ClusterDecay::anonymous_namespace{G4INCLClusterDecay.cc}::twoBodyDecay().
|
inline |
Helper method for the assignment operator.
Definition at line 122 of file G4INCLCluster.hh.
References particles, G4INCL::Particle::swap(), theExcitationEnergy, theParticleSampler, and theSpin.
Referenced by operator=().
|
inlineprotectedinherited |
Helper method for the assignment operator.
Definition at line 125 of file G4INCLParticle.hh.
References G4INCL::Particle::emissionTime, G4INCL::Particle::nCollisions, G4INCL::Particle::nDecays, G4INCL::Particle::outOfWell, G4INCL::Particle::rpCorrelated, G4INCL::Particle::theA, G4INCL::Particle::theBiasCollisionVector, G4INCL::Particle::theEnergy, G4INCL::Particle::theFrozenEnergy, G4INCL::Particle::theFrozenMomentum, G4INCL::Particle::theHelicity, G4INCL::Particle::theMass, G4INCL::Particle::theMomentum, G4INCL::Particle::theParticipantType, G4INCL::Particle::theParticleBias, G4INCL::Particle::thePosition, G4INCL::Particle::thePotentialEnergy, G4INCL::Particle::thePropagationEnergy, G4INCL::Particle::thePropagationMomentum, G4INCL::Particle::theS, G4INCL::Particle::theType, G4INCL::Particle::theZ, and G4INCL::Particle::uncorrelatedMomentum.
Referenced by G4INCL::Particle::operator=(), and swap().
|
inlineinherited |
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.
Definition at line 919 of file G4INCLParticle.hh.
References G4INCL::Particle::theEnergy, G4INCL::Particle::theMomentum, G4INCL::Particle::thePropagationEnergy, and G4INCL::Particle::thePropagationMomentum.
Referenced by G4INCL::ReflectionChannel::fillFinalState().
|
inline |
Set total cluster mass, energy, size, etc. from the particles.
Definition at line 191 of file G4INCLCluster.hh.
References G4INCL::Particle::nCollisions, particles, G4INCL::Particle::theA, G4INCL::Particle::theEnergy, G4INCL::Particle::theMomentum, G4INCL::Particle::thePosition, G4INCL::Particle::thePotentialEnergy, G4INCL::Particle::theS, and G4INCL::Particle::theZ.
Referenced by addParticles(), and initializeParticles().
|
privateinherited |
Definition at line 1104 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getEmissionTime(), G4INCL::Particle::setEmissionTime(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1093 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::dump(), G4INCL::Particle::getID(), G4INCL::Particle::Particle(), print(), and G4INCL::Particle::print().
|
staticinherited |
Time ordered vector of all bias applied.
/!\ Caution /!\ methods Assotiated to G4VectorCache<T> are: Push_back(…), operator[], Begin(), End(), Clear(), Size() and Pop_back()
Definition at line 1071 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::FillINCLBiasVector(), G4INCL::Particle::getBiasFromVector(), G4INCL::Particle::getTotalBias(), G4INCL::INCL::processEvent(), and G4INCL::Particle::setINCLBiasVector().
|
protectedinherited |
Definition at line 1090 of file G4INCLParticle.hh.
Referenced by addParticle(), G4INCL::Particle::getNumberOfCollisions(), G4INCL::Particle::incrementNumberOfCollisions(), G4INCL::ProjectileRemnant::reset(), G4INCL::Particle::setNumberOfCollisions(), G4INCL::Particle::swap(), and updateClusterParameters().
|
protectedinherited |
Definition at line 1091 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getNumberOfDecays(), G4INCL::Particle::incrementNumberOfDecays(), G4INCL::Particle::setNumberOfDecays(), and G4INCL::Particle::swap().
|
staticinherited |
Definition at line 1077 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::FillINCLBiasVector(), G4INCL::InteractionAvatar::postInteraction(), and G4INCL::INCL::processEvent().
|
staticprivateinherited |
Definition at line 1111 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::Particle().
|
privateinherited |
Definition at line 1105 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::isOutOfWell(), G4INCL::Particle::setOutOfWell(), and G4INCL::Particle::swap().
|
protected |
Definition at line 451 of file G4INCLCluster.hh.
Referenced by G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), addParticle(), addParticles(), boost(), clearParticles(), Cluster(), computeDynamicalPotential(), deleteParticles(), freezeInternalMotion(), getParticleList(), getParticles(), G4INCL::ProjectileRemnant::getPresentEnergyLevelsExcept(), G4INCL::ProjectileRemnant::getPresentEnergyLevelsWith(), initializeParticles(), G4INCL::Nucleus::initializeParticles(), internalBoostToCM(), makeParticipant(), makeProjectileSpectator(), makeTargetSpectator(), print(), putParticlesOffShell(), removeParticle(), G4INCL::ProjectileRemnant::removeParticle(), rotateMomentum(), rotatePosition(), setPosition(), G4INCL::ProjectileRemnant::storeComponents(), G4INCL::ProjectileRemnant::storeEnergyLevels(), swap(), and updateClusterParameters().
|
protectedinherited |
Definition at line 1095 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getReflectionMomentum(), G4INCL::Particle::rpCorrelate(), G4INCL::Particle::rpDecorrelate(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1080 of file G4INCLParticle.hh.
Referenced by G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), addParticle(), G4INCL::Nucleus::applyFinalState(), 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(), G4INCL::Particle::getA(), G4INCL::Particle::getEmissionQValueCorrection(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getRealMass(), getSpecies(), G4INCL::Particle::getTableMass(), G4INCL::Particle::getTransferQValueCorrection(), initializeParticles(), G4INCL::Nucleus::insertParticle(), internalBoostToCM(), G4INCL::Nucleus::Nucleus(), print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), setA(), G4INCL::Particle::setType(), G4INCL::Particle::swap(), and updateClusterParameters().
|
privateinherited |
Time ordered vector of all biased vertices on the particle path.
Definition at line 1108 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getBiasCollisionVector(), G4INCL::Particle::Particle(), G4INCL::Particle::setBiasCollisionVector(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1083 of file G4INCLParticle.hh.
Referenced by G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), addParticle(), G4INCL::Particle::adjustEnergyFromMomentum(), G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Particle::boost(), G4INCL::Particle::boostVector(), G4INCL::Particle::dump(), G4INCL::Particle::getBeta(), G4INCL::Particle::getEnergy(), G4INCL::Particle::getInvariantMass(), G4INCL::Particle::getKineticEnergy(), internalBoostToCM(), G4INCL::Particle::Particle(), print(), G4INCL::Particle::print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), G4INCL::Particle::setEnergy(), G4INCL::Particle::swap(), G4INCL::Particle::thawPropagation(), updateClusterParameters(), and G4INCL::Nucleus::useFusionKinematics().
|
protected |
Definition at line 452 of file G4INCLCluster.hh.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), getExcitationEnergy(), G4INCL::Nucleus::getExcitationEnergy(), setExcitationEnergy(), swap(), and G4INCL::Nucleus::useFusionKinematics().
|
protectedinherited |
Definition at line 1085 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::freezePropagation(), G4INCL::Particle::getFrozenEnergy(), G4INCL::Particle::Particle(), G4INCL::Particle::setFrozenEnergy(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1088 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::freezePropagation(), G4INCL::Particle::getFrozenMomentum(), G4INCL::Particle::Particle(), G4INCL::Particle::rotateMomentum(), G4INCL::Particle::setFrozenMomentum(), and G4INCL::Particle::swap().
|
privateinherited |
Definition at line 1103 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getHelicity(), G4INCL::Particle::setHelicity(), and G4INCL::Particle::swap().
|
privateinherited |
Definition at line 1110 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::adjustEnergyFromMomentum(), G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getKineticEnergy(), G4INCL::Particle::getMass(), G4INCL::Particle::getRealMass(), G4INCL::Particle::getTableMass(), G4INCL::Particle::Particle(), G4INCL::Particle::setMass(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1086 of file G4INCLParticle.hh.
Referenced by G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), addParticle(), G4INCL::Particle::adjustEnergyFromMomentum(), G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Particle::boost(), G4INCL::Particle::boostVector(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Particle::dump(), freezeInternalMotion(), G4INCL::Particle::getAngularMomentum(), G4INCL::Particle::getBeta(), G4INCL::Particle::getInvariantMass(), G4INCL::Particle::getMomentum(), G4INCL::Particle::getReflectionMomentum(), internalBoostToCM(), G4INCL::Particle::Particle(), print(), G4INCL::Particle::print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), G4INCL::Particle::rotateMomentum(), G4INCL::Particle::setMomentum(), G4INCL::Particle::swap(), G4INCL::Particle::thawPropagation(), updateClusterParameters(), and G4INCL::Nucleus::useFusionKinematics().
|
protectedinherited |
The number of Kaons inside the nucleus (update during the cascade)
Definition at line 1100 of file G4INCLParticle.hh.
Referenced by G4INCL::Nucleus::emitInsideKaon(), G4INCL::Particle::getNumberOfKaon(), and G4INCL::Particle::setNumberOfKaon().
|
protectedinherited |
Definition at line 1081 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getParticipantType(), G4INCL::Particle::isParticipant(), G4INCL::Particle::isProjectileSpectator(), G4INCL::Particle::isTargetSpectator(), G4INCL::Particle::makeParticipant(), G4INCL::Particle::makeProjectileSpectator(), G4INCL::Particle::makeTargetSpectator(), G4INCL::Particle::Particle(), G4INCL::Particle::setParticipantType(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1098 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getParticleBias(), G4INCL::Particle::setParticleBias(), and G4INCL::Particle::swap().
|
protected |
Definition at line 454 of file G4INCLCluster.hh.
Referenced by Cluster(), initializeParticles(), G4INCL::Nucleus::Nucleus(), G4INCL::Nucleus::setDensity(), swap(), and ~Cluster().
|
protectedinherited |
Definition at line 1089 of file G4INCLParticle.hh.
Referenced by addParticle(), boost(), Cluster(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Particle::dump(), G4INCL::Particle::getAngularMomentum(), G4INCL::Particle::getCosRPAngle(), G4INCL::Particle::getLongitudinalPosition(), G4INCL::Particle::getPosition(), G4INCL::Particle::getTransversePosition(), initializeParticles(), G4INCL::Nucleus::initializeParticles(), internalBoostToCM(), G4INCL::Particle::lorentzContract(), print(), G4INCL::Particle::print(), G4INCL::Particle::propagate(), G4INCL::ProjectileRemnant::reset(), G4INCL::Particle::rotatePosition(), G4INCL::Particle::setPosition(), setPosition(), G4INCL::Particle::swap(), and updateClusterParameters().
|
protectedinherited |
Definition at line 1092 of file G4INCLParticle.hh.
Referenced by addParticle(), G4INCL::Particle::getPotentialEnergy(), G4INCL::ProjectileRemnant::reset(), G4INCL::Particle::setPotentialEnergy(), G4INCL::Particle::swap(), and updateClusterParameters().
|
protectedinherited |
Definition at line 1084 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::freezePropagation(), G4INCL::Particle::Particle(), G4INCL::Particle::swap(), and G4INCL::Particle::thawPropagation().
|
protectedinherited |
Definition at line 1087 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::freezePropagation(), G4INCL::Particle::getCosRPAngle(), G4INCL::Particle::getLongitudinalPosition(), G4INCL::Particle::getPropagationVelocity(), G4INCL::Particle::Particle(), G4INCL::Particle::swap(), and G4INCL::Particle::thawPropagation().
|
protectedinherited |
Definition at line 1080 of file G4INCLParticle.hh.
Referenced by G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), addParticle(), G4INCL::Nucleus::applyFinalState(), Cluster(), G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::computeRecoilKinematics(), G4INCL::Nucleus::decayMe(), G4INCL::Nucleus::emitInsideKaon(), G4INCL::Nucleus::emitInsideLambda(), G4INCL::Nucleus::emitInsidePions(), G4INCL::Nucleus::emitInsideStrangeParticles(), G4INCL::Particle::getEmissionQValueCorrection(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getRealMass(), G4INCL::Particle::getS(), getSpecies(), G4INCL::Particle::getTableMass(), G4INCL::Particle::getTransferQValueCorrection(), G4INCL::Nucleus::insertParticle(), G4INCL::Nucleus::Nucleus(), print(), G4INCL::ProjectileRemnant::removeParticle(), setS(), G4INCL::Particle::setType(), G4INCL::Particle::swap(), and updateClusterParameters().
|
protected |
Definition at line 453 of file G4INCLCluster.hh.
Referenced by G4INCL::Nucleus::computeRecoilKinematics(), getSpin(), setSpin(), and swap().
|
protectedinherited |
Definition at line 1082 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::dump(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getRealMass(), G4INCL::Particle::getSpecies(), G4INCL::Particle::getTableMass(), G4INCL::Particle::getType(), G4INCL::Particle::isAntiKaon(), G4INCL::Particle::isCluster(), G4INCL::Particle::isDelta(), G4INCL::Particle::isEta(), G4INCL::Particle::isEtaPrime(), G4INCL::Particle::isKaon(), G4INCL::Particle::isLambda(), G4INCL::Particle::isNucleon(), G4INCL::Particle::isOmega(), G4INCL::Particle::isPhoton(), G4INCL::Particle::isPion(), G4INCL::Particle::isSigma(), print(), G4INCL::Particle::print(), G4INCL::Particle::setType(), and G4INCL::Particle::swap().
|
protectedinherited |
Definition at line 1080 of file G4INCLParticle.hh.
Referenced by G4INCL::ProjectileRemnant::addAllDynamicalSpectators(), G4INCL::ProjectileRemnant::addDynamicalSpectator(), G4INCL::ProjectileRemnant::addMostDynamicalSpectators(), addParticle(), G4INCL::Nucleus::applyFinalState(), 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(), G4INCL::Particle::getEmissionQValueCorrection(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getRealMass(), getSpecies(), G4INCL::Particle::getTableMass(), G4INCL::Particle::getTransferQValueCorrection(), G4INCL::Nucleus::getTransmissionBarrier(), G4INCL::Particle::getZ(), initializeParticles(), G4INCL::Nucleus::insertParticle(), G4INCL::Nucleus::Nucleus(), print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), G4INCL::Particle::setType(), setZ(), G4INCL::Particle::swap(), and updateClusterParameters().
|
protectedinherited |
Definition at line 1096 of file G4INCLParticle.hh.
Referenced by G4INCL::Particle::getReflectionMomentum(), G4INCL::Particle::setUncorrelatedMomentum(), and G4INCL::Particle::swap().