| 
    Geant4
    10.00.p01
    
   | 
 
#include <G4AdjointStackingAction.hh>
 Inheritance diagram for G4AdjointStackingAction:
 Collaboration diagram for G4AdjointStackingAction:Public Member Functions | |
| G4AdjointStackingAction () | |
| virtual | ~G4AdjointStackingAction () | 
| virtual G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *aTrack) | 
| virtual void | NewStage () | 
| virtual void | PrepareNewEvent () | 
| void | SetUserFwdStackingAction (G4UserStackingAction *anAction) | 
| void | SetUserAdjointStackingAction (G4UserStackingAction *anAction) | 
| void | SetKillTracks (G4bool aBool) | 
| void | SetAdjointMode (G4bool aBool) | 
  Public Member Functions inherited from G4UserStackingAction | |
| G4UserStackingAction () | |
| virtual | ~G4UserStackingAction () | 
| void | SetStackManager (G4StackManager *value) | 
Private Attributes | |
| G4UserStackingAction * | theFwdStackingAction | 
| G4UserStackingAction * | theUserAdjointStackingAction | 
| G4bool | kill_tracks | 
| G4bool | adjoint_mode | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserStackingAction | |
| G4StackManager * | stackManager | 
Definition at line 65 of file G4AdjointStackingAction.hh.
| G4AdjointStackingAction::G4AdjointStackingAction | ( | ) | 
Definition at line 41 of file G4AdjointStackingAction.cc.
References theFwdStackingAction, and theUserAdjointStackingAction.
      
  | 
  virtual | 
Definition at line 49 of file G4AdjointStackingAction.cc.
      
  | 
  virtual | 
Reimplemented from G4UserStackingAction.
Definition at line 53 of file G4AdjointStackingAction.cc.
References adjoint_mode, G4UserStackingAction::ClassifyNewTrack(), fKill, fUrgent, kill_tracks, theFwdStackingAction, and theUserAdjointStackingAction.
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserStackingAction.
Definition at line 62 of file G4AdjointStackingAction.cc.
References adjoint_mode, G4UserStackingAction::NewStage(), theFwdStackingAction, and theUserAdjointStackingAction.
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserStackingAction.
Definition at line 69 of file G4AdjointStackingAction.cc.
References adjoint_mode, G4UserStackingAction::PrepareNewEvent(), theFwdStackingAction, and theUserAdjointStackingAction.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 79 of file G4AdjointStackingAction.hh.
References adjoint_mode.
Referenced by G4AdjointSimManager::SetAdjointTrackingMode().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 78 of file G4AdjointStackingAction.hh.
References kill_tracks.
Referenced by G4AdjointSimManager::SetAdjointTrackingMode().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 76 of file G4AdjointStackingAction.hh.
References theUserAdjointStackingAction.
Referenced by G4AdjointSimManager::SetAdjointStackingAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 75 of file G4AdjointStackingAction.hh.
References theFwdStackingAction.
Referenced by G4AdjointSimManager::SetAdjointActions(), and G4AdjointSimManager::SetAdjointPrimaryRunAndStackingActions().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 84 of file G4AdjointStackingAction.hh.
Referenced by ClassifyNewTrack(), NewStage(), PrepareNewEvent(), and SetAdjointMode().
      
  | 
  private | 
Definition at line 84 of file G4AdjointStackingAction.hh.
Referenced by ClassifyNewTrack(), and SetKillTracks().
      
  | 
  private | 
Definition at line 82 of file G4AdjointStackingAction.hh.
Referenced by ClassifyNewTrack(), G4AdjointStackingAction(), NewStage(), PrepareNewEvent(), and SetUserFwdStackingAction().
      
  | 
  private | 
Definition at line 83 of file G4AdjointStackingAction.hh.
Referenced by ClassifyNewTrack(), G4AdjointStackingAction(), NewStage(), PrepareNewEvent(), and SetUserAdjointStackingAction().