Geant4
9.6.p02
|
#include <G4INCLSurfaceAvatar.hh>
Public Member Functions | |
SurfaceAvatar (G4INCL::Particle *aParticle, G4double time, G4INCL::Nucleus *aNucleus) | |
virtual | ~SurfaceAvatar () |
G4INCL::IChannel * | getChannel () const |
G4INCL::FinalState * | getFinalState () const |
virtual void | preInteraction () |
virtual FinalState * | postInteraction (FinalState *) |
ParticleList | getParticles () const |
std::string | dump () const |
G4double | getTransmissionProbability (Particle const *const particle) const |
Calculate the transmission probability for the particle. More... | |
Public Member Functions inherited from G4INCL::IAvatar | |
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 | |
Protected Attributes inherited from G4INCL::IAvatar | |
G4double | theTime |
Surface 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 60 of file G4INCLSurfaceAvatar.hh.
G4INCL::SurfaceAvatar::SurfaceAvatar | ( | G4INCL::Particle * | aParticle, |
G4double | time, | ||
G4INCL::Nucleus * | aNucleus | ||
) |
|
virtual |
Definition at line 60 of file G4INCLSurfaceAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 173 of file G4INCLSurfaceAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 64 of file G4INCLSurfaceAvatar.cc.
G4INCL::FinalState * G4INCL::SurfaceAvatar::getFinalState | ( | ) | const |
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 71 of file G4INCLSurfaceAvatar.hh.
Calculate the transmission probability for the particle.
Definition at line 182 of file G4INCLSurfaceAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 153 of file G4INCLSurfaceAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 151 of file G4INCLSurfaceAvatar.cc.