Geant4-11
|
#include <G4INCLParticleEntryAvatar.hh>
Public Member Functions | |
std::string | dump () const |
void | fillFinalState (FinalState *fs) |
virtual G4INCL::IChannel * | getChannel () |
FinalState * | getFinalState () |
long | getID () const |
ParticleList | getParticles () const |
G4double | getTime () const |
AvatarType | getType () const |
G4bool | isACollision () const |
G4bool | isADecay () const |
ParticleEntryAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *) | |
virtual void | postInteraction (FinalState *) |
virtual void | preInteraction () |
void | setType (AvatarType t) |
std::string | toString () |
virtual | ~ParticleEntryAvatar () |
Protected Attributes | |
G4double | theTime |
Private Attributes | |
long | ID |
Nucleus * | theNucleus |
Particle * | theParticle |
AvatarType | type |
Static Private Attributes | |
static G4ThreadLocal long | nextID = 1 |
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.
References G4INCL::ParticleEntryAvatarType, and G4INCL::IAvatar::setType().
|
virtual |
Definition at line 55 of file G4INCLParticleEntryAvatar.cc.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 58 of file G4INCLParticleEntryAvatar.cc.
References G4INCL::Particle::dump(), theParticle, and G4INCL::IAvatar::theTime.
|
inherited |
Definition at line 96 of file G4INCLIAvatar.cc.
References G4INCL::IChannel::fillFinalState(), G4INCL::IAvatar::getChannel(), G4INCL::Random::getSeeds(), INCL_DEBUG, G4INCL::IAvatar::postInteraction(), and G4INCL::IAvatar::preInteraction().
Referenced by G4INCL::INCL::cascade(), and G4INCL::IAvatar::getFinalState().
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 71 of file G4INCLParticleEntryAvatar.cc.
References theNucleus, and theParticle.
|
inherited |
Definition at line 90 of file G4INCLIAvatar.cc.
References G4INCL::IAvatar::fillFinalState().
Referenced by G4INCL::INCL::makeCompoundNucleus().
|
inlineinherited |
Definition at line 94 of file G4INCLIAvatar.hh.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction(), G4INCL::CascadeAction::beforeAvatarDefaultAction(), and G4INCL::IAvatar::toString().
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 52 of file G4INCLParticleEntryAvatar.hh.
References theParticle.
|
inlineinherited |
Definition at line 84 of file G4INCLIAvatar.hh.
Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::Store::avatarComparisonPredicate(), G4INCL::StandardPropagationModel::propagate(), and G4INCL::IAvatar::toString().
|
inlineinherited |
Definition at line 90 of file G4INCLIAvatar.hh.
Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::CascadeAction::beforeAvatarDefaultAction(), G4INCL::InteractionAvatar::shouldUseLocalEnergy(), and G4INCL::IAvatar::toString().
|
inlineinherited |
Definition at line 91 of file G4INCLIAvatar.hh.
References G4INCL::CollisionAvatarType.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction().
|
inlineinherited |
Definition at line 92 of file G4INCLIAvatar.hh.
References G4INCL::DecayAvatarType.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction().
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 67 of file G4INCLParticleEntryAvatar.cc.
References G4INCL::Particle::rpCorrelate(), and theParticle.
|
inlinevirtual |
|
inlineinherited |
Definition at line 93 of file G4INCLIAvatar.hh.
Referenced by G4INCL::BinaryCollisionAvatar::BinaryCollisionAvatar(), G4INCL::DecayAvatar::DecayAvatar(), ParticleEntryAvatar(), and G4INCL::SurfaceAvatar::SurfaceAvatar().
|
inherited |
Definition at line 73 of file G4INCLIAvatar.cc.
References G4INCL::IAvatar::getID(), G4INCL::IAvatar::getParticles(), G4INCL::IAvatar::getTime(), G4INCL::IAvatar::getType(), and numberOfParticles.
|
privateinherited |
Definition at line 98 of file G4INCLIAvatar.hh.
Referenced by G4INCL::IAvatar::IAvatar().
|
staticprivateinherited |
Definition at line 100 of file G4INCLIAvatar.hh.
Referenced by G4INCL::IAvatar::IAvatar().
|
private |
Definition at line 63 of file G4INCLParticleEntryAvatar.hh.
Referenced by getChannel().
|
private |
Definition at line 64 of file G4INCLParticleEntryAvatar.hh.
Referenced by dump(), getChannel(), getParticles(), and postInteraction().
|
protectedinherited |
Definition at line 102 of file G4INCLIAvatar.hh.
Referenced by G4INCL::BinaryCollisionAvatar::dump(), G4INCL::DecayAvatar::dump(), dump(), and G4INCL::SurfaceAvatar::dump().
|
privateinherited |
Definition at line 99 of file G4INCLIAvatar.hh.