#include <G4INCLParticleEntryAvatar.hh>
◆ ParticleEntryAvatar()
Definition at line 50 of file G4INCLParticleEntryAvatar.cc.
54 :
IAvatar(time), theNucleus(nucleus), theParticle(particle), theEType(EType)
55 {
57 }
void setType(AvatarType t)
@ ParticleEntryAvatarType
◆ ~ParticleEntryAvatar()
G4INCL::ParticleEntryAvatar::~ParticleEntryAvatar |
( |
| ) |
|
|
virtual |
◆ dump()
std::string G4INCL::ParticleEntryAvatar::dump |
( |
| ) |
const |
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 62 of file G4INCLParticleEntryAvatar.cc.
62 {
63 std::stringstream ss;
64 ss <<
"(avatar " <<
theTime <<
" 'particle-entry" <<
'\n'
65 << "(list " << '\n'
66 << theParticle->dump()
67 << "))" << '\n';
68 return ss.str();
69 }
◆ getChannel()
IChannel * G4INCL::ParticleEntryAvatar::getChannel |
( |
| ) |
|
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 75 of file G4INCLParticleEntryAvatar.cc.
75 {
77 return new PbarAtrestEntryChannel(theNucleus, theParticle);
78 INCL_DEBUG(
"Particle " << theParticle->getID() <<
" is trying to enter at rest" <<
'\n');
79 }
80 else {
81 return new ParticleEntryChannel(theNucleus, theParticle);
82 }
83 }
◆ getEntryType()
EntryType G4INCL::ParticleEntryAvatar::getEntryType |
( |
| ) |
const |
|
inline |
◆ getParticles()
ParticleList G4INCL::ParticleEntryAvatar::getParticles |
( |
| ) |
const |
|
inlinevirtual |
◆ postInteraction()
void G4INCL::ParticleEntryAvatar::postInteraction |
( |
FinalState * | | ) |
|
|
virtual |
◆ preInteraction()
virtual void G4INCL::ParticleEntryAvatar::preInteraction |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: