ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
IAvatar () | |
IAvatar (G4double time) | |
virtual | ~IAvatar () |
virtual G4INCL::IChannel * | getChannel ()=0 |
FinalState * | getFinalState () |
void | fillFinalState (FinalState *fs) |
virtual void | preInteraction ()=0 |
virtual void | 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 |
Private Attributes | |
long | ID |
AvatarType | type |
Static Private Attributes | |
static G4ThreadLocal long | nextID = 1 |
Definition at line 72 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 72 of file G4INCLIAvatar.hh
G4INCL::IAvatar::IAvatar | ( | ) |
Definition at line 53 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 53 of file G4INCLIAvatar.cc
G4INCL::IAvatar::IAvatar | ( | G4double | time | ) |
Definition at line 61 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 61 of file G4INCLIAvatar.cc
|
virtual |
Definition at line 69 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 69 of file G4INCLIAvatar.cc
References INCL_DEBUG.
|
pure virtual |
Implemented in G4INCL::SurfaceAvatar, G4INCL::DecayAvatar, G4INCL::BinaryCollisionAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by G4INCL::CascadeAction::beforeAvatarDefaultAction().
void G4INCL::IAvatar::fillFinalState | ( | FinalState * | fs | ) |
Definition at line 96 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 96 of file G4INCLIAvatar.cc
References c, G4INCL::IChannel::fillFinalState(), getChannel(), G4INCL::Random::getSeeds(), INCL_DEBUG, postInteraction(), and preInteraction().
Referenced by G4INCL::INCL::cascade(), and getFinalState().
|
pure virtual |
Implemented in G4INCL::InteractionAvatar, G4INCL::SurfaceAvatar, G4INCL::DecayAvatar, G4INCL::BinaryCollisionAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by fillFinalState().
FinalState * G4INCL::IAvatar::getFinalState | ( | ) |
Definition at line 90 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 90 of file G4INCLIAvatar.cc
References fillFinalState(), and Acts::UnitConstants::fs.
Referenced by G4INCL::Nucleus::computeOneNucleonRecoilKinematics(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::Nucleus::decayOutgoingPionResonances(), G4INCL::Nucleus::decayOutgoingSigmaZero(), and G4INCL::INCL::makeCompoundNucleus().
|
inline |
Definition at line 94 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 94 of file G4INCLIAvatar.hh
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction(), G4INCL::CascadeAction::beforeAvatarDefaultAction(), and toString().
|
pure virtual |
Implemented in G4INCL::SurfaceAvatar, G4INCL::DecayAvatar, G4INCL::BinaryCollisionAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by G4INCL::Store::add(), G4INCL::Store::addParticleEntryAvatar(), G4INCL::Store::removeAvatar(), and toString().
|
inline |
Definition at line 84 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 84 of file G4INCLIAvatar.hh
Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::Store::avatarComparisonPredicate(), G4INCL::StandardPropagationModel::propagate(), and toString().
|
inline |
Definition at line 90 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 90 of file G4INCLIAvatar.hh
Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::CascadeAction::beforeAvatarDefaultAction(), G4INCL::InteractionAvatar::shouldUseLocalEnergy(), and toString().
|
inline |
Definition at line 91 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 91 of file G4INCLIAvatar.hh
References G4INCL::CollisionAvatarType.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction().
|
inline |
Definition at line 92 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 92 of file G4INCLIAvatar.hh
References G4INCL::DecayAvatarType.
Referenced by G4INCL::CascadeAction::afterAvatarDefaultAction().
|
pure virtual |
Implemented in G4INCL::InteractionAvatar, G4INCL::SurfaceAvatar, G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by fillFinalState().
|
pure virtual |
Implemented in G4INCL::InteractionAvatar, G4INCL::SurfaceAvatar, G4INCL::BinaryCollisionAvatar, G4INCL::DecayAvatar, and G4INCL::ParticleEntryAvatar.
Referenced by fillFinalState().
|
inline |
Definition at line 93 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 93 of file G4INCLIAvatar.hh
References t.
Referenced by G4INCL::BinaryCollisionAvatar::BinaryCollisionAvatar(), G4INCL::DecayAvatar::DecayAvatar(), G4INCL::ParticleEntryAvatar::ParticleEntryAvatar(), and G4INCL::SurfaceAvatar::SurfaceAvatar().
std::string G4INCL::IAvatar::toString | ( | ) |
Definition at line 73 of file G4INCLIAvatar.cc.
View newest version in sPHENIX GitHub at line 73 of file G4INCLIAvatar.cc
References e, getID(), getParticles(), getTime(), getType(), numberOfParticles, and readPY::pl.
|
private |
Definition at line 98 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 98 of file G4INCLIAvatar.hh
Referenced by IAvatar().
|
staticprivate |
Definition at line 100 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 100 of file G4INCLIAvatar.hh
Referenced by IAvatar().
|
protected |
Definition at line 102 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 102 of file G4INCLIAvatar.hh
Referenced by G4INCL::ParticleEntryAvatar::dump(), G4INCL::BinaryCollisionAvatar::dump(), G4INCL::DecayAvatar::dump(), and G4INCL::SurfaceAvatar::dump().
|
private |
Definition at line 99 of file G4INCLIAvatar.hh.
View newest version in sPHENIX GitHub at line 99 of file G4INCLIAvatar.hh