Geant4  10.00.p02
G4AdjointStackingAction Class Reference

#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

G4UserStackingActiontheFwdStackingAction
 
G4UserStackingActiontheUserAdjointStackingAction
 
G4bool kill_tracks
 
G4bool adjoint_mode
 

Additional Inherited Members

- Protected Attributes inherited from G4UserStackingAction
G4StackManagerstackManager
 

Detailed Description

Definition at line 65 of file G4AdjointStackingAction.hh.

Constructor & Destructor Documentation

G4AdjointStackingAction::G4AdjointStackingAction ( )
G4AdjointStackingAction::~G4AdjointStackingAction ( )
virtual

Definition at line 49 of file G4AdjointStackingAction.cc.

Member Function Documentation

G4ClassificationOfNewTrack G4AdjointStackingAction::ClassifyNewTrack ( const G4Track aTrack)
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:

void G4AdjointStackingAction::NewStage ( )
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:

void G4AdjointStackingAction::PrepareNewEvent ( )
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:

void G4AdjointStackingAction::SetAdjointMode ( G4bool  aBool)
inline

Definition at line 79 of file G4AdjointStackingAction.hh.

References adjoint_mode.

Referenced by G4AdjointSimManager::SetAdjointTrackingMode().

+ Here is the caller graph for this function:

void G4AdjointStackingAction::SetKillTracks ( G4bool  aBool)
inline

Definition at line 78 of file G4AdjointStackingAction.hh.

References kill_tracks.

Referenced by G4AdjointSimManager::SetAdjointTrackingMode().

+ Here is the caller graph for this function:

void G4AdjointStackingAction::SetUserAdjointStackingAction ( G4UserStackingAction anAction)
inline

Definition at line 76 of file G4AdjointStackingAction.hh.

References theUserAdjointStackingAction.

Referenced by G4AdjointSimManager::SetAdjointStackingAction().

+ Here is the caller graph for this function:

void G4AdjointStackingAction::SetUserFwdStackingAction ( G4UserStackingAction anAction)
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:

Member Data Documentation

G4bool G4AdjointStackingAction::adjoint_mode
private
G4bool G4AdjointStackingAction::kill_tracks
private

Definition at line 84 of file G4AdjointStackingAction.hh.

Referenced by ClassifyNewTrack(), and SetKillTracks().

G4UserStackingAction* G4AdjointStackingAction::theFwdStackingAction
private
G4UserStackingAction* G4AdjointStackingAction::theUserAdjointStackingAction
private

The documentation for this class was generated from the following files: