Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4StackManager.hh>
Definition at line 69 of file G4StackManager.hh.
G4StackManager::G4StackManager | ( | ) |
Definition at line 48 of file G4StackManager.cc.
G4StackManager::~G4StackManager | ( | ) |
Definition at line 62 of file G4StackManager.cc.
void G4StackManager::clear | ( | ) |
Definition at line 617 of file G4StackManager.cc.
Referenced by G4EventManager::AbortCurrentEvent().
void G4StackManager::ClearPostponeStack | ( | ) |
Definition at line 647 of file G4StackManager.cc.
Referenced by G4StackingMessenger::SetNewValue().
void G4StackManager::ClearUrgentStack | ( | ) |
Definition at line 627 of file G4StackManager.cc.
Referenced by clear(), and G4StackingMessenger::SetNewValue().
void G4StackManager::ClearWaitingStack | ( | G4int | i = 0 | ) |
Definition at line 632 of file G4StackManager.cc.
Referenced by clear(), and G4StackingMessenger::SetNewValue().
|
inline |
Definition at line 133 of file G4StackManager.hh.
G4int G4StackManager::GetNPostponedTrack | ( | ) | const |
Definition at line 684 of file G4StackManager.cc.
Referenced by PrepareNewEvent(), and G4StackingMessenger::SetNewValue().
|
inline |
Definition at line 138 of file G4StackManager.hh.
G4int G4StackManager::GetNTotalTrack | ( | ) | const |
Definition at line 652 of file G4StackManager.cc.
G4int G4StackManager::GetNUrgentTrack | ( | ) | const |
Definition at line 664 of file G4StackManager.cc.
Referenced by PopNextTrack(), PushOneTrack(), ReClassify(), and G4StackingMessenger::SetNewValue().
Definition at line 669 of file G4StackManager.cc.
Referenced by PopNextTrack(), and G4StackingMessenger::SetNewValue().
|
inline |
Definition at line 140 of file G4StackManager.hh.
|
delete |
|
delete |
|
delete |
G4Track * G4StackManager::PopNextTrack | ( | G4VTrajectory ** | newTrajectory | ) |
Definition at line 166 of file G4StackManager.cc.
Definition at line 270 of file G4StackManager.cc.
G4int G4StackManager::PushOneTrack | ( | G4Track * | newTrack, |
G4VTrajectory * | newTrajectory = nullptr ) |
Definition at line 87 of file G4StackManager.cc.
Referenced by G4EventManager::StackTracks().
void G4StackManager::ReClassify | ( | ) |
Definition at line 233 of file G4StackManager.cc.
Referenced by G4AdjointStackingAction::NewStage().
Definition at line 780 of file G4StackManager.cc.
void G4StackManager::ReleaseSubEvent | ( | G4int | ty | ) |
Definition at line 806 of file G4StackManager.cc.
void G4StackManager::SetDefaultClassification | ( | const G4ParticleDefinition * | pd, |
G4ClassificationOfNewTrack | val, | ||
G4ExceptionSeverity | es = G4ExceptionSeverity::IgnoreTheIssue ) |
Definition at line 757 of file G4StackManager.cc.
void G4StackManager::SetDefaultClassification | ( | G4TrackStatus | ts, |
G4ClassificationOfNewTrack | val, | ||
G4ExceptionSeverity | es = G4ExceptionSeverity::IgnoreTheIssue ) |
Definition at line 734 of file G4StackManager.cc.
void G4StackManager::SetNumberOfAdditionalWaitingStacks | ( | G4int | iAdd | ) |
Definition at line 409 of file G4StackManager.cc.
Referenced by G4RunManager::SetNumberOfAdditionalWaitingStacks().
void G4StackManager::SetUserStackingAction | ( | G4UserStackingAction * | value | ) |
Definition at line 696 of file G4StackManager.cc.
Referenced by G4EventManager::SetUserAction().
void G4StackManager::SetVerboseLevel | ( | G4int const | value | ) |
Definition at line 689 of file G4StackManager.cc.
Referenced by G4StackingMessenger::SetNewValue(), and G4EventManager::SetVerboseLevel().
void G4StackManager::TransferOneStackedTrack | ( | G4ClassificationOfNewTrack | origin, |
G4ClassificationOfNewTrack | destination ) |
Definition at line 522 of file G4StackManager.cc.
void G4StackManager::TransferStackedTracks | ( | G4ClassificationOfNewTrack | origin, |
G4ClassificationOfNewTrack | destination ) |
Definition at line 429 of file G4StackManager.cc.