|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLParticleEntryAvatar.hh>
Inheritance diagram for G4INCL::ParticleEntryAvatar:Public Member Functions | |
| ParticleEntryAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *) | |
| virtual | ~ParticleEntryAvatar () |
| virtual G4INCL::IChannel * | getChannel () |
| ParticleList | getParticles () const |
| virtual void | preInteraction () |
| virtual void | postInteraction (FinalState *) |
| std::string | dump () const |
Public Member Functions inherited from G4INCL::IAvatar | |
| IAvatar () | |
| IAvatar (G4double time) | |
| virtual | ~IAvatar () |
| virtual G4INCL::IChannel * | getChannel ()=0 |
| FinalState * | getFinalState () |
| void | fillFinalState (FinalState *fs) |
| virtual void | preInteraction ()=0 |
| virtual void | postInteraction (FinalState *)=0 |
| G4double | getTime () const |
| virtual ParticleList | getParticles () const =0 |
| virtual std::string | dump () const =0 |
| AvatarType | getType () const |
| G4bool | isACollision () const |
| G4bool | isADecay () const |
| void | setType (AvatarType t) |
| long | getID () const |
| std::string | toString () |
Additional Inherited Members | |
Protected Attributes inherited from G4INCL::IAvatar | |
| G4double | theTime |
Definition at line 47 of file G4INCLParticleEntryAvatar.hh.
| G4INCL::ParticleEntryAvatar::ParticleEntryAvatar | ( | G4double | time, |
| G4INCL::Nucleus * | nucleus, | ||
| G4INCL::Particle * | particle | ||
| ) |
Definition at line 47 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Definition at line 55 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 58 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 71 of file G4INCLParticleEntryAvatar.cc.
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 52 of file G4INCLParticleEntryAvatar.hh.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 67 of file G4INCLParticleEntryAvatar.cc.
|
inlinevirtual |