![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4INCL::DeltaDecayChannel:
Collaboration diagram for G4INCL::DeltaDecayChannel:Public Member Functions | |
| DeltaDecayChannel (Particle *, ThreeVector const &) | |
| virtual | ~DeltaDecayChannel () |
| void | fillFinalState (FinalState *fs) |
Public Member Functions inherited from G4INCL::IChannel | |
| IChannel () | |
| virtual | ~IChannel () |
| FinalState * | getFinalState () |
Static Public Member Functions | |
| static G4double | computeDecayTime (Particle *p) |
Private Member Functions | |
| void | sampleAngles (G4double *, G4double *, G4double *) |
Private Attributes | |
| Particle * | theParticle |
| ThreeVector const | incidentDirection |
Definition at line 49 of file G4INCLDeltaDecayChannel.hh.
View newest version in sPHENIX GitHub at line 49 of file G4INCLDeltaDecayChannel.hh
| G4INCL::DeltaDecayChannel::DeltaDecayChannel | ( | Particle * | p, |
| ThreeVector const & | dir | ||
| ) |
Definition at line 46 of file G4INCLDeltaDecayChannel.cc.
View newest version in sPHENIX GitHub at line 46 of file G4INCLDeltaDecayChannel.cc
|
virtual |
Definition at line 50 of file G4INCLDeltaDecayChannel.cc.
View newest version in sPHENIX GitHub at line 50 of file G4INCLDeltaDecayChannel.cc
Definition at line 52 of file G4INCLDeltaDecayChannel.cc.
View newest version in sPHENIX GitHub at line 52 of file G4INCLDeltaDecayChannel.cc
References G4INCL::ParticleTable::effectiveNucleonMass, G4INCL::ParticleTable::effectivePionMass, G4INCL::Particle::getEnergy(), G4INCL::Particle::getMass(), G4INCL::PhysicalConstants::hc, m, G4INCL::KinematicsUtils::momentumInCM(), and G4INCL::Random::shoot().
Referenced by G4INCL::StandardPropagationModel::generateDecays().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements G4INCL::IChannel.
Definition at line 78 of file G4INCLDeltaDecayChannel.cc.
View newest version in sPHENIX GitHub at line 78 of file G4INCLDeltaDecayChannel.cc
References G4INCL::FinalState::addCreatedParticle(), G4INCL::FinalState::addModifiedParticle(), G4INCL::Particle::adjustEnergyFromMomentum(), G4INCL::DeltaMinus, G4INCL::DeltaPlus, G4INCL::DeltaPlusPlus, G4INCL::DeltaZero, e, G4INCL::ParticleTable::getINCLMass(), G4INCL::Particle::getMass(), G4INCL::Particle::getPosition(), G4INCL::Particle::getType(), G4INCL::ThreeVector::getX(), G4INCL::ThreeVector::getY(), G4INCL::ThreeVector::getZ(), incidentDirection, INCL_FATAL, G4INCL::ThreeVector::mag(), G4INCL::KinematicsUtils::momentumInCM(), G4INCL::Neutron, G4INCL::ThreeVector::perp(), G4INCL::PiMinus, G4InuclParticleNames::pion(), G4INCL::PiPlus, G4INCL::PiZero, G4INCL::Proton, sampleAngles(), G4INCL::Particle::setHelicity(), G4INCL::Particle::setMomentum(), G4INCL::Particle::setType(), G4INCL::Random::shoot(), t1, t2, theParticle, and G4INCL::UnknownParticle.
Here is the call graph for this function:
|
private |
Definition at line 65 of file G4INCLDeltaDecayChannel.cc.
View newest version in sPHENIX GitHub at line 65 of file G4INCLDeltaDecayChannel.cc
References kdfinder::abs(), G4INCL::Particle::getHelicity(), G4INCL::Random::shoot(), G4INCL::Math::sign(), theParticle, and G4INCL::Math::twoPi.
Referenced by fillFinalState().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 61 of file G4INCLDeltaDecayChannel.hh.
View newest version in sPHENIX GitHub at line 61 of file G4INCLDeltaDecayChannel.hh
Referenced by fillFinalState().
|
private |
Definition at line 60 of file G4INCLDeltaDecayChannel.hh.
View newest version in sPHENIX GitHub at line 60 of file G4INCLDeltaDecayChannel.hh
Referenced by fillFinalState(), and sampleAngles().