Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4StackManager.hh>
Definition at line 61 of file G4StackManager.hh.
G4StackManager::G4StackManager | ( | ) |
Definition at line 45 of file G4StackManager.cc.
G4StackManager::~G4StackManager | ( | ) |
Definition at line 59 of file G4StackManager.cc.
void G4StackManager::clear | ( | ) |
Definition at line 547 of file G4StackManager.cc.
Referenced by G4EventManager::AbortCurrentEvent().
void G4StackManager::ClearPostponeStack | ( | ) |
Definition at line 577 of file G4StackManager.cc.
Referenced by G4StackingMessenger::SetNewValue().
void G4StackManager::ClearUrgentStack | ( | ) |
Definition at line 557 of file G4StackManager.cc.
Referenced by clear(), and G4StackingMessenger::SetNewValue().
void G4StackManager::ClearWaitingStack | ( | G4int | i = 0 | ) |
Definition at line 562 of file G4StackManager.cc.
Referenced by clear(), and G4StackingMessenger::SetNewValue().
G4int G4StackManager::GetNPostponedTrack | ( | ) | const |
Definition at line 615 of file G4StackManager.cc.
Referenced by PrepareNewEvent(), and G4StackingMessenger::SetNewValue().
G4int G4StackManager::GetNTotalTrack | ( | ) | const |
Definition at line 582 of file G4StackManager.cc.
G4int G4StackManager::GetNUrgentTrack | ( | ) | const |
Definition at line 594 of file G4StackManager.cc.
Referenced by PopNextTrack(), PushOneTrack(), ReClassify(), and G4StackingMessenger::SetNewValue().
Definition at line 599 of file G4StackManager.cc.
Referenced by PopNextTrack(), and G4StackingMessenger::SetNewValue().
|
delete |
|
delete |
|
delete |
G4Track * G4StackManager::PopNextTrack | ( | G4VTrajectory ** | newTrajectory | ) |
Definition at line 169 of file G4StackManager.cc.
G4int G4StackManager::PrepareNewEvent | ( | ) |
Definition at line 283 of file G4StackManager.cc.
G4int G4StackManager::PushOneTrack | ( | G4Track * | newTrack, |
G4VTrajectory * | newTrajectory = nullptr |
||
) |
Definition at line 84 of file G4StackManager.cc.
void G4StackManager::ReClassify | ( | ) |
Definition at line 236 of file G4StackManager.cc.
Referenced by G4AdjointStackingAction::NewStage().
void G4StackManager::SetNumberOfAdditionalWaitingStacks | ( | G4int | iAdd | ) |
Definition at line 367 of file G4StackManager.cc.
Referenced by G4EventManager::SetNumberOfAdditionalWaitingStacks().
void G4StackManager::SetUserStackingAction | ( | G4UserStackingAction * | value | ) |
Definition at line 625 of file G4StackManager.cc.
Referenced by G4EventManager::SetUserAction().
void G4StackManager::SetVerboseLevel | ( | G4int const | value | ) |
Definition at line 620 of file G4StackManager.cc.
Referenced by G4StackingMessenger::SetNewValue(), and G4EventManager::SetVerboseLevel().
void G4StackManager::TransferOneStackedTrack | ( | G4ClassificationOfNewTrack | origin, |
G4ClassificationOfNewTrack | destination | ||
) |
Definition at line 466 of file G4StackManager.cc.
void G4StackManager::TransferStackedTracks | ( | G4ClassificationOfNewTrack | origin, |
G4ClassificationOfNewTrack | destination | ||
) |
Definition at line 387 of file G4StackManager.cc.