|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserStackingAction.hh>
Inheritance diagram for G4UserStackingAction:Public Member Functions | |
| G4UserStackingAction () | |
| virtual | ~G4UserStackingAction () |
| void | SetStackManager (G4StackManager *value) |
| virtual G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *aTrack) |
| virtual void | NewStage () |
| virtual void | PrepareNewEvent () |
Protected Attributes | |
| G4StackManager * | stackManager = nullptr |
Definition at line 44 of file G4UserStackingAction.hh.
| G4UserStackingAction::G4UserStackingAction | ( | ) |
Definition at line 37 of file G4UserStackingAction.cc.
|
virtual |
Definition at line 54 of file G4UserStackingAction.cc.
|
virtual |
Reimplemented in G4AdjointStackingAction, and G4StackChecker.
Definition at line 58 of file G4UserStackingAction.cc.
Referenced by G4AdjointStackingAction::ClassifyNewTrack(), G4StackManager::PrepareNewEvent(), G4StackManager::PushOneTrack(), and G4StackManager::ReClassify().
|
virtual |
Reimplemented in G4AdjointStackingAction, and G4StackChecker.
Definition at line 63 of file G4UserStackingAction.cc.
Referenced by G4AdjointStackingAction::NewStage(), and G4StackManager::PopNextTrack().
|
virtual |
Reimplemented in G4AdjointStackingAction, and G4StackChecker.
Definition at line 66 of file G4UserStackingAction.cc.
Referenced by G4AdjointStackingAction::PrepareNewEvent(), and G4StackManager::PrepareNewEvent().
|
inline |
Definition at line 51 of file G4UserStackingAction.hh.
Referenced by G4StackManager::SetUserStackingAction().
|
protected |
Definition at line 115 of file G4UserStackingAction.hh.
Referenced by G4AdjointStackingAction::NewStage(), and SetStackManager().