Geant4.10
|
#include <G4INCLDecayAvatar.hh>
Public Member Functions | |
DecayAvatar (G4INCL::Particle *aParticle, G4double time, G4INCL::Nucleus *aNucleus, G4bool force=false) | |
virtual | ~DecayAvatar () |
G4INCL::IChannel * | getChannel () |
G4INCL::FinalState * | getFinalState () |
virtual void | preInteraction () |
virtual FinalState * | postInteraction (FinalState *) |
ParticleList | getParticles () const |
std::string | dump () const |
![]() | |
InteractionAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *) | |
InteractionAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *, G4INCL::Particle *) | |
virtual | ~InteractionAvatar () |
![]() | |
IAvatar () | |
IAvatar (G4double time) | |
virtual | ~IAvatar () |
G4INCL::FinalState * | getFinalState () |
G4double | getTime () const |
AvatarType | getType () const |
G4bool | isACollision () const |
G4bool | isADecay () const |
void | setType (AvatarType t) |
long | getID () const |
std::string | toString () |
Additional Inherited Members | |
![]() | |
static void | deleteBackupParticles () |
Release the memory allocated for the backup particles. More... | |
![]() | |
static const G4double | locEAccuracy = 1.E-4 |
Target accuracy in the determination of the local-energy Q-value. More... | |
static const G4int | maxIterLocE = 50 |
Max number of iterations for the determination of the local-energy Q-value. More... | |
![]() | |
G4bool | bringParticleInside (Particle *const p) |
void | preInteractionLocalEnergy (Particle *const p) |
Apply local-energy transformation, if appropriate. More... | |
void | preInteractionBlocking () |
Store the state of the particles before the interaction. More... | |
void | preInteraction () |
FinalState * | postInteraction (FinalState *) |
void | restoreParticles () const |
Restore the state of both particles. More... | |
G4bool | shouldUseLocalEnergy () const |
true if the given avatar should use local energy More... | |
G4bool | enforceEnergyConservation (FinalState *const fs) |
Enforce energy conservation. More... | |
![]() | |
Nucleus * | theNucleus |
Particle * | particle1 |
Particle * | particle2 |
ThreeVector | boostVector |
G4double | oldTotalEnergy |
G4double | oldXSec |
G4bool | isPiN |
![]() | |
G4double | theTime |
![]() | |
static G4ThreadLocal Particle * | backupParticle1 = NULL |
static G4ThreadLocal Particle * | backupParticle2 = NULL |
Decay avatar
The reflection avatar is created when a particle reaches the boundary of the nucleus. At this point it can either be reflected from the boundary or exit the nucleus.
Definition at line 53 of file G4INCLDecayAvatar.hh.
G4INCL::DecayAvatar::DecayAvatar | ( | G4INCL::Particle * | aParticle, |
G4double | time, | ||
G4INCL::Nucleus * | aNucleus, | ||
G4bool | force = false |
||
) |
Definition at line 47 of file G4INCLDecayAvatar.cc.
References G4INCL::DecayAvatarType, and G4INCL::IAvatar::setType().
|
virtual |
Definition at line 54 of file G4INCLDecayAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 183 of file G4INCLDecayAvatar.cc.
References G4INCL::Particle::dump(), G4INCL::InteractionAvatar::particle1, and G4INCL::IAvatar::theTime.
|
virtual |
Implements G4INCL::InteractionAvatar.
Definition at line 58 of file G4INCLDecayAvatar.cc.
References INCL_DEBUG, G4INCL::Particle::isDelta(), and G4INCL::InteractionAvatar::particle1.
G4INCL::FinalState* G4INCL::DecayAvatar::getFinalState | ( | ) |
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 64 of file G4INCLDecayAvatar.hh.
References G4INCL::InteractionAvatar::particle1.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 71 of file G4INCLDecayAvatar.cc.
References G4INCL::FinalState::addModifiedParticle(), G4INCL::InteractionAvatar::enforceEnergyConservation(), G4INCL::Store::getBook(), G4INCL::FinalState::getCreatedParticles(), G4INCL::FinalState::getModifiedParticles(), G4INCL::Nucleus::getStore(), G4INCL::FinalState::getValidity(), INCL_DEBUG, G4INCL::Book::incrementAcceptedDecays(), G4INCL::Book::incrementBlockedDecays(), G4INCL::Pauli::isCDPPBlocked(), G4INCL::FinalState::makeNoEnergyConservation(), G4INCL::FinalState::makePauliBlocked(), G4INCL::NoEnergyConservationFS, G4INCL::InteractionAvatar::oldTotalEnergy, G4INCL::InteractionAvatar::particle1, G4INCL::ParticleBelowFermiFS, G4INCL::ParticleBelowZeroFS, G4INCL::PauliBlockedFS, G4INCL::InteractionAvatar::postInteraction(), G4INCL::InteractionAvatar::restoreParticles(), G4INCL::FinalState::setBlockedDelta(), G4INCL::FinalState::setTotalEnergyBeforeInteraction(), G4INCL::InteractionAvatar::theNucleus, and G4INCL::ValidFS.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 67 of file G4INCLDecayAvatar.cc.
References G4INCL::InteractionAvatar::preInteraction().