| 
    Geant4
    10.02.p02
    
   | 
 
#include <ExExChStackingAction.hh>
 Inheritance diagram for ExExChStackingAction:
 Collaboration diagram for ExExChStackingAction: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().
 Here is the call graph for this function:| void ExExChStackingAction::SetKillStatus | ( | G4bool | value | ) | 
Definition at line 67 of file ExExChStackingAction.cc.
References fKillSecondary.
Referenced by ExExChStackingActionMessenger::SetNewValue().
 Here is the caller graph for this function:
      
  | 
  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().