|
Geant4
10.03.p01
|
#include <G4INCLDecayAvatar.hh>
Public Member Functions | |
| DecayAvatar (G4INCL::Particle *aParticle, G4double time, G4INCL::Nucleus *aNucleus, G4bool force=false) | |
| virtual | ~DecayAvatar () |
| IChannel * | getChannel () |
| void | fillFinalState (FinalState *fs) |
| virtual void | preInteraction () |
| virtual void | postInteraction (FinalState *fs) |
| ParticleList | getParticles () const |
| std::string | dump () const |
Public Member Functions inherited from G4INCL::InteractionAvatar | |
| InteractionAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *) | |
| InteractionAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *, G4INCL::Particle *) | |
| virtual | ~InteractionAvatar () |
Public Member Functions inherited from G4INCL::IAvatar | |
| IAvatar () | |
| IAvatar (G4double time) | |
| virtual | ~IAvatar () |
| FinalState * | getFinalState () |
| void | fillFinalState (FinalState *fs) |
| 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 Public Member Functions inherited from G4INCL::InteractionAvatar | |
| static void | deleteBackupParticles () |
| Release the memory allocated for the backup particles. More... | |
Static Public Attributes inherited from G4INCL::InteractionAvatar | |
| 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... | |
Protected Member Functions inherited from G4INCL::InteractionAvatar | |
| 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 () |
| void | 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... | |
Protected Attributes inherited from G4INCL::InteractionAvatar | |
| Nucleus * | theNucleus |
| Particle * | particle1 |
| Particle * | particle2 |
| ThreeVector | boostVector |
| G4double | oldTotalEnergy |
| G4double | oldXSec |
| G4bool | isPiN |
| ParticleList | modified |
| ParticleList | created |
| ParticleList | modifiedAndCreated |
Protected Attributes inherited from G4INCL::IAvatar | |
| G4double | theTime |
Static Protected Attributes inherited from G4INCL::InteractionAvatar | |
| 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 55 of file G4INCLDecayAvatar.hh.
| G4INCL::DecayAvatar::DecayAvatar | ( | G4INCL::Particle * | aParticle, |
| G4double | time, | ||
| G4INCL::Nucleus * | aNucleus, | ||
| G4bool | force = false |
||
| ) |
Definition at line 49 of file G4INCLDecayAvatar.cc.
|
virtual |
Definition at line 56 of file G4INCLDecayAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 174 of file G4INCLDecayAvatar.cc.
| void G4INCL::DecayAvatar::fillFinalState | ( | FinalState * | fs | ) |
|
virtual |
Implements G4INCL::InteractionAvatar.
Definition at line 60 of file G4INCLDecayAvatar.cc.
|
inlinevirtual |
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 77 of file G4INCLDecayAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 73 of file G4INCLDecayAvatar.cc.