Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserStackingAction.hh>
Public Member Functions | |
G4UserStackingAction () | |
virtual | ~G4UserStackingAction ()=default |
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.
|
virtualdefault |
|
virtual |
Reimplemented in G4AdjointStackingAction, and G4StackChecker.
Definition at line 55 of file G4UserStackingAction.cc.
Referenced by G4AdjointStackingAction::ClassifyNewTrack(), G4StackManager::PrepareNewEvent(), G4StackManager::PushOneTrack(), and G4StackManager::ReClassify().
|
virtual |
Reimplemented in G4AdjointStackingAction.
Definition at line 60 of file G4UserStackingAction.cc.
Referenced by G4AdjointStackingAction::NewStage(), and G4StackManager::PopNextTrack().
|
virtual |
Reimplemented in G4AdjointStackingAction.
Definition at line 63 of file G4UserStackingAction.cc.
Referenced by G4StackManager::PrepareNewEvent(), and G4AdjointStackingAction::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().