Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLIAvatar.hh>
Public Member Functions | |
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 () |
Protected Attributes | |
G4double | theTime |
Definition at line 62 of file G4INCLIAvatar.hh.
G4INCL::IAvatar::IAvatar | ( | ) |
Definition at line 53 of file G4INCLIAvatar.cc.
G4INCL::IAvatar::IAvatar | ( | G4double | time | ) |
Definition at line 61 of file G4INCLIAvatar.cc.
|
virtual |
Definition at line 69 of file G4INCLIAvatar.cc.
|
pure virtual |
Implemented in G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, G4INCL::ParticleEntryAvatar, and G4INCL::SurfaceAvatar.
Referenced by G4INCL::AvatarAction::beforeAvatarAction().
|
pure virtual |
Implemented in G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, G4INCL::ParticleEntryAvatar, G4INCL::SurfaceAvatar, and G4INCL::InteractionAvatar.
Referenced by getFinalState().
G4INCL::FinalState * G4INCL::IAvatar::getFinalState | ( | ) |
Definition at line 89 of file G4INCLIAvatar.cc.
Referenced by G4INCL::Nucleus::decayInsideDeltas(), and G4INCL::Nucleus::decayOutgoingDeltas().
|
inline |
Definition at line 83 of file G4INCLIAvatar.hh.
Referenced by G4INCL::Store::add(), G4INCL::Store::addParticleEntryAvatar(), G4INCL::Store::findSmallestTime(), and toString().
|
pure virtual |
Implemented in G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, G4INCL::ParticleEntryAvatar, and G4INCL::SurfaceAvatar.
Referenced by G4INCL::Store::add(), G4INCL::Store::addParticleEntryAvatar(), and toString().
|
inline |
Definition at line 73 of file G4INCLIAvatar.hh.
Referenced by G4INCL::Store::avatarComparisonPredicate(), G4INCL::StandardPropagationModel::propagate(), and toString().
|
inline |
Definition at line 79 of file G4INCLIAvatar.hh.
Referenced by G4INCL::AvatarAction::beforeAvatarAction(), G4INCL::InteractionAvatar::shouldUseLocalEnergy(), and toString().
|
inline |
Definition at line 80 of file G4INCLIAvatar.hh.
Referenced by G4INCL::AvatarAction::afterAvatarAction().
|
inline |
Definition at line 81 of file G4INCLIAvatar.hh.
Referenced by G4INCL::AvatarAction::afterAvatarAction().
|
pure virtual |
Implemented in G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, G4INCL::InteractionAvatar, G4INCL::ParticleEntryAvatar, and G4INCL::SurfaceAvatar.
Referenced by getFinalState().
|
pure virtual |
Implemented in G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, G4INCL::InteractionAvatar, G4INCL::ParticleEntryAvatar, and G4INCL::SurfaceAvatar.
Referenced by getFinalState().
|
inline |
Definition at line 82 of file G4INCLIAvatar.hh.
Referenced by G4INCL::BinaryCollisionAvatar::BinaryCollisionAvatar(), G4INCL::DecayAvatar::DecayAvatar(), G4INCL::ParticleEntryAvatar::ParticleEntryAvatar(), and G4INCL::SurfaceAvatar::SurfaceAvatar().
std::string G4INCL::IAvatar::toString | ( | ) |
Definition at line 72 of file G4INCLIAvatar.cc.
|
protected |
Definition at line 91 of file G4INCLIAvatar.hh.
Referenced by G4INCL::BinaryCollisionAvatar::dump(), G4INCL::DecayAvatar::dump(), G4INCL::ParticleEntryAvatar::dump(), G4INCL::SurfaceAvatar::dump(), and getTime().