![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4INCL::ParticleEntryChannel:
Collaboration diagram for G4INCL::ParticleEntryChannel:Public Member Functions | |
| ParticleEntryChannel (Nucleus *n, Particle *p) | |
| virtual | ~ParticleEntryChannel () |
| void | fillFinalState (FinalState *fs) |
Public Member Functions inherited from G4INCL::IChannel | |
| IChannel () | |
| virtual | ~IChannel () |
| FinalState * | getFinalState () |
Private Member Functions | |
| G4bool | particleEnters (const G4double theQValueCorrection) |
| Modify particle that enters the nucleus. | |
Private Attributes | |
| Nucleus * | theNucleus |
| Particle * | theParticle |
Definition at line 49 of file G4INCLParticleEntryChannel.hh.
View newest version in sPHENIX GitHub at line 49 of file G4INCLParticleEntryChannel.hh
Definition at line 45 of file G4INCLParticleEntryChannel.cc.
View newest version in sPHENIX GitHub at line 45 of file G4INCLParticleEntryChannel.cc
|
virtual |
Definition at line 49 of file G4INCLParticleEntryChannel.cc.
View newest version in sPHENIX GitHub at line 49 of file G4INCLParticleEntryChannel.cc
|
virtual |
Implements G4INCL::IChannel.
Definition at line 52 of file G4INCLParticleEntryChannel.cc.
View newest version in sPHENIX GitHub at line 52 of file G4INCLParticleEntryChannel.cc
References G4INCL::FinalState::addEnteringParticle(), G4INCL::ProjectileRemnant::computeExcitationEnergyExcept(), G4INCL::Particle::getA(), G4INCL::Particle::getEmissionQValueCorrection(), G4INCL::Particle::getEnergy(), G4INCL::NuclearPotential::INuclearPotential::getFermiEnergy(), G4INCL::Particle::getID(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getKineticEnergy(), G4INCL::Particle::getMomentum(), G4INCL::Particle::getNumberOfKaon(), G4INCL::Nucleus::getPotential(), G4INCL::Nucleus::getProjectileRemnant(), G4INCL::Particle::getS(), G4INCL::ParticleTable::getTableMass, G4INCL::Particle::getTableMass(), G4INCL::Particle::getZ(), INCL_DEBUG, G4INCL::Particle::isKaon(), G4INCL::Particle::isNucleonorLambda(), G4INCL::Nucleus::isNucleusNucleusCollision(), G4INCL::FinalState::makeParticleBelowFermi(), G4INCL::FinalState::makeParticleBelowZero(), particleEnters(), G4INCL::Particle::print(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::Particle::setNumberOfKaon(), G4INCL::FinalState::setTotalEnergyBeforeInteraction(), theNucleus, and theParticle.
Here is the call graph for this function:Modify particle that enters the nucleus.
Modify the particle momentum and/or position when the particle enters the nucleus.
Definition at line 170 of file G4INCLParticleEntryChannel.cc.
View newest version in sPHENIX GitHub at line 170 of file G4INCLParticleEntryChannel.cc
References G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::NuclearPotential::INuclearPotential::computePotentialEnergy(), G4INCL::Store::getConfig(), G4INCL::Particle::getCosRPAngle(), G4INCL::Particle::getEnergy(), G4INCL::Particle::getID(), G4INCL::Particle::getKineticEnergy(), G4INCL::Particle::getMass(), G4INCL::Particle::getMomentum(), G4INCL::Particle::getPosition(), G4INCL::Nucleus::getPotential(), G4INCL::Config::getRefraction(), G4INCL::Nucleus::getStore(), INCL_DEBUG, INCL_WARN, G4INCL::ThreeVector::mag2(), max, n, CLHEP::normal(), G4INCL::Particle::print(), r2, G4INCL::Particle::setEnergy(), G4INCL::Particle::setINCLMass(), G4INCL::Particle::setMomentum(), G4INCL::Particle::setPotentialEnergy(), G4INCL::RootFinder::solve(), G4INCL::RootFinder::Solution::success, theNucleus, theParticle, v, and G4INCL::RootFinder::Solution::x.
Referenced by fillFinalState().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 66 of file G4INCLParticleEntryChannel.hh.
View newest version in sPHENIX GitHub at line 66 of file G4INCLParticleEntryChannel.hh
Referenced by fillFinalState(), and particleEnters().
|
private |
Definition at line 67 of file G4INCLParticleEntryChannel.hh.
View newest version in sPHENIX GitHub at line 67 of file G4INCLParticleEntryChannel.hh
Referenced by fillFinalState(), and particleEnters().