Geant4
10.01.p03
|
#include <ExExChStackingAction.hh>
Public Member Functions | |
ExExChStackingAction () | |
virtual | ~ExExChStackingAction () |
void | SetKillStatus (G4bool value) |
G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *) |
Public Member Functions inherited from G4UserStackingAction | |
G4UserStackingAction () | |
virtual | ~G4UserStackingAction () |
void | SetStackManager (G4StackManager *value) |
virtual void | NewStage () |
virtual void | PrepareNewEvent () |
Private Attributes | |
ExExChStackingActionMessenger * | fStackMessenger |
G4bool | fKillSecondary |
Additional Inherited Members | |
Protected Attributes inherited from G4UserStackingAction | |
G4StackManager * | stackManager |
Definition at line 40 of file ExExChStackingAction.hh.
ExExChStackingAction::ExExChStackingAction | ( | ) |
Definition at line 36 of file ExExChStackingAction.cc.
References fKillSecondary, and fStackMessenger.
|
virtual |
Definition at line 44 of file ExExChStackingAction.cc.
References fStackMessenger.
|
virtual |
Reimplemented from G4UserStackingAction.
Definition at line 52 of file ExExChStackingAction.cc.
References fKill, fKillSecondary, fUrgent, and G4Track::GetTrackID().
void ExExChStackingAction::SetKillStatus | ( | G4bool | value | ) |
Definition at line 67 of file ExExChStackingAction.cc.
References fKillSecondary.
Referenced by ExExChStackingActionMessenger::SetNewValue().
|
private |
Definition at line 53 of file ExExChStackingAction.hh.
Referenced by ClassifyNewTrack(), ExExChStackingAction(), and SetKillStatus().
|
private |
Definition at line 52 of file ExExChStackingAction.hh.
Referenced by ExExChStackingAction(), and ~ExExChStackingAction().