![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4INCL::AvatarDumpAction:
Collaboration diagram for G4INCL::AvatarDumpAction:Public Member Functions | |
| AvatarDumpAction () | |
| virtual | ~AvatarDumpAction () |
| virtual void | beforeCascadeUserAction (IPropagationModel *) |
| virtual void | afterAvatarUserAction (IAvatar *avatar, Nucleus *nucleus, FinalState *) |
| virtual void | afterCascadeUserAction (Nucleus *) |
Public Member Functions inherited from G4INCL::CascadeAction | |
| CascadeAction () | |
| virtual | ~CascadeAction () |
| virtual void | beforeRunUserAction (Config const *) |
| virtual void | beforePropagationUserAction (IPropagationModel *) |
| virtual void | beforeAvatarUserAction (IAvatar *, Nucleus *) |
| virtual void | afterPropagationUserAction (IPropagationModel *, IAvatar *) |
| virtual void | afterRunUserAction () |
Private Attributes | |
| std::ofstream * | oFile |
| G4int | eventCounter |
Definition at line 53 of file G4INCLAvatarDumpAction.hh.
View newest version in sPHENIX GitHub at line 53 of file G4INCLAvatarDumpAction.hh
| G4INCL::AvatarDumpAction::AvatarDumpAction | ( | ) |
Definition at line 44 of file G4INCLAvatarDumpAction.cc.
View newest version in sPHENIX GitHub at line 44 of file G4INCLAvatarDumpAction.cc
|
virtual |
Definition at line 50 of file G4INCLAvatarDumpAction.cc.
View newest version in sPHENIX GitHub at line 50 of file G4INCLAvatarDumpAction.cc
|
virtual |
Reimplemented from G4INCL::CascadeAction.
Definition at line 58 of file G4INCLAvatarDumpAction.cc.
View newest version in sPHENIX GitHub at line 58 of file G4INCLAvatarDumpAction.cc
References G4INCL::UnorderedVector< T >::contains(), e, G4INCL::FinalState::getCreatedParticles(), G4INCL::FinalState::getDestroyedParticles(), G4INCL::FinalState::getEnteringParticles(), G4INCL::FinalState::getModifiedParticles(), G4INCL::FinalState::getOutgoingParticles(), G4INCL::Store::getParticles(), G4INCL::Nucleus::getStore(), G4INCL::IAvatar::getTime(), G4INCL::IAvatar::getType(), G4INCL::ThreeVector::getX(), G4INCL::ThreeVector::getY(), G4INCL::ThreeVector::getZ(), and pos().
Here is the call graph for this function:Reimplemented from G4INCL::CascadeAction.
Definition at line 97 of file G4INCLAvatarDumpAction.cc.
View newest version in sPHENIX GitHub at line 97 of file G4INCLAvatarDumpAction.cc
References eventCounter, and oFile.
|
virtual |
Reimplemented from G4INCL::CascadeAction.
Definition at line 52 of file G4INCLAvatarDumpAction.cc.
View newest version in sPHENIX GitHub at line 52 of file G4INCLAvatarDumpAction.cc
References eventCounter, and oFile.
|
private |
Definition at line 65 of file G4INCLAvatarDumpAction.hh.
View newest version in sPHENIX GitHub at line 65 of file G4INCLAvatarDumpAction.hh
Referenced by afterCascadeUserAction(), and beforeCascadeUserAction().
|
private |
Definition at line 64 of file G4INCLAvatarDumpAction.hh.
View newest version in sPHENIX GitHub at line 64 of file G4INCLAvatarDumpAction.hh
Referenced by afterCascadeUserAction(), and beforeCascadeUserAction().