ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
ParticleEntryAvatar (G4double, G4INCL::Nucleus *, G4INCL::Particle *) | |
virtual | ~ParticleEntryAvatar () |
virtual G4INCL::IChannel * | getChannel () |
ParticleList | getParticles () const |
virtual void | preInteraction () |
virtual void | postInteraction (FinalState *) |
std::string | dump () const |
Public Member Functions inherited from G4INCL::IAvatar | |
IAvatar () | |
IAvatar (G4double time) | |
virtual | ~IAvatar () |
FinalState * | getFinalState () |
void | fillFinalState (FinalState *fs) |
G4double | getTime () const |
AvatarType | getType () const |
G4bool | isACollision () const |
G4bool | isADecay () const |
void | setType (AvatarType t) |
long | getID () const |
std::string | toString () |
Private Attributes | |
Nucleus * | theNucleus |
Particle * | theParticle |
Additional Inherited Members | |
Protected Attributes inherited from G4INCL::IAvatar | |
G4double | theTime |
Definition at line 47 of file G4INCLParticleEntryAvatar.hh.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 47 of file G4INCLParticleEntryAvatar.cc
References G4INCL::ParticleEntryAvatarType, and G4INCL::IAvatar::setType().
|
virtual |
Definition at line 55 of file G4INCLParticleEntryAvatar.cc.
View newest version in sPHENIX GitHub at line 55 of file G4INCLParticleEntryAvatar.cc
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 58 of file G4INCLParticleEntryAvatar.cc.
View newest version in sPHENIX GitHub at line 58 of file G4INCLParticleEntryAvatar.cc
References G4INCL::Particle::dump(), theParticle, and G4INCL::IAvatar::theTime.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 71 of file G4INCLParticleEntryAvatar.cc.
View newest version in sPHENIX GitHub at line 71 of file G4INCLParticleEntryAvatar.cc
References theNucleus, and theParticle.
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 52 of file G4INCLParticleEntryAvatar.hh.
View newest version in sPHENIX GitHub at line 52 of file G4INCLParticleEntryAvatar.hh
References theParticle.
|
virtual |
Implements G4INCL::IAvatar.
Definition at line 67 of file G4INCLParticleEntryAvatar.cc.
View newest version in sPHENIX GitHub at line 67 of file G4INCLParticleEntryAvatar.cc
References G4INCL::Particle::rpCorrelate(), and theParticle.
|
inlinevirtual |
Implements G4INCL::IAvatar.
Definition at line 58 of file G4INCLParticleEntryAvatar.hh.
View newest version in sPHENIX GitHub at line 58 of file G4INCLParticleEntryAvatar.hh
|
private |
Definition at line 63 of file G4INCLParticleEntryAvatar.hh.
View newest version in sPHENIX GitHub at line 63 of file G4INCLParticleEntryAvatar.hh
Referenced by getChannel().
|
private |
Definition at line 64 of file G4INCLParticleEntryAvatar.hh.
View newest version in sPHENIX GitHub at line 64 of file G4INCLParticleEntryAvatar.hh
Referenced by dump(), getChannel(), getParticles(), and postInteraction().