Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLParticleEntryAvatar.hh>
Public Member Functions | |
ParticleEntryAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *) | |
virtual | ~ParticleEntryAvatar () |
virtual G4INCL::IChannel * | getChannel () const |
ParticleList | getParticles () const |
virtual void | preInteraction () |
virtual FinalState * | postInteraction (FinalState *) |
std::string | dump () const |
Public Member Functions inherited from G4INCL::IAvatar | |
IAvatar () | |
IAvatar (G4double time) | |
virtual | ~IAvatar () |
virtual G4INCL::IChannel * | getChannel () const =0 |
G4INCL::FinalState * | getFinalState () |
virtual void | preInteraction ()=0 |
virtual FinalState * | 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 () |
Static Public Attributes | |
static const G4double | cutNN |
static const G4double | cutNNSquared |
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 48 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Definition at line 56 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 59 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 72 of file G4INCLParticleEntryAvatar.cc.
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 52 of file G4INCLParticleEntryAvatar.hh.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 68 of file G4INCLParticleEntryAvatar.cc.
|
inlinevirtual |
Definition at line 63 of file G4INCLParticleEntryAvatar.hh.
Definition at line 64 of file G4INCLParticleEntryAvatar.hh.