Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AdjointSteppingAction.hh>
Public Member Functions | |
G4AdjointSteppingAction () | |
~G4AdjointSteppingAction () | |
void | UserSteppingAction (const G4Step *) |
void | SetExtSourceEMax (G4double Emax) |
void | SetStartEvent (G4bool aBool) |
G4bool | GetDidAdjParticleReachTheExtSource () |
G4ThreeVector | GetLastMomentum () |
G4ThreeVector | GetLastPosition () |
G4double | GetLastEkin () |
G4double | GetLastWeight () |
void | SetPrimWeight (G4double weight) |
G4ParticleDefinition * | GetLastPartDef () |
void | SetUserAdjointSteppingAction (G4UserSteppingAction *anAction) |
void | SetUserForwardSteppingAction (G4UserSteppingAction *anAction) |
void | SetAdjointTrackingMode (G4bool aBool) |
void | ResetDidOneAdjPartReachExtSourceDuringEvent () |
void | SetAdjointGeantinoTrackingMode (G4bool aBool) |
Public Member Functions inherited from G4UserSteppingAction | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
virtual void | UserSteppingAction (const G4Step *) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserSteppingAction | |
G4SteppingManager * | fpSteppingManager = nullptr |
Definition at line 62 of file G4AdjointSteppingAction.hh.
G4AdjointSteppingAction::G4AdjointSteppingAction | ( | ) |
Definition at line 41 of file G4AdjointSteppingAction.cc.
G4AdjointSteppingAction::~G4AdjointSteppingAction | ( | ) |
Definition at line 48 of file G4AdjointSteppingAction.cc.
|
inline |
Definition at line 75 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction().
|
inline |
Definition at line 81 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 77 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 87 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 79 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 83 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 95 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::ResetDidOneAdjPartReachExtSourceDuringEvent().
|
inline |
Definition at line 97 of file G4AdjointSteppingAction.hh.
|
inline |
Definition at line 93 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PreUserTrackingAction().
|
inline |
Definition at line 71 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::SetExtSourceEmax().
|
inline |
Definition at line 85 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PreUserTrackingAction(), and G4AdjointSimManager::RegisterAdjointPrimaryWeight().
|
inline |
Definition at line 73 of file G4AdjointSteppingAction.hh.
|
inline |
Definition at line 89 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::SetAdjointSteppingAction().
|
inline |
Definition at line 91 of file G4AdjointSteppingAction.hh.
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 54 of file G4AdjointSteppingAction.cc.