Geant4 9.6.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) |
Public Member Functions inherited from G4UserSteppingAction | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
virtual void | UserSteppingAction (const G4Step *) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserSteppingAction | |
G4SteppingManager * | fpSteppingManager |
Definition at line 69 of file G4AdjointSteppingAction.hh.
G4AdjointSteppingAction::G4AdjointSteppingAction | ( | ) |
Definition at line 43 of file G4AdjointSteppingAction.cc.
G4AdjointSteppingAction::~G4AdjointSteppingAction | ( | ) |
Definition at line 52 of file G4AdjointSteppingAction.cc.
|
inline |
Definition at line 79 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::GetDidAdjParticleReachTheExtSource().
|
inline |
Definition at line 82 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 80 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 85 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 81 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 83 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 77 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::SetExtSourceEmax().
|
inline |
Definition at line 84 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::RegisterAdjointPrimaryWeight().
|
inline |
Definition at line 78 of file G4AdjointSteppingAction.hh.
|
inline |
Definition at line 86 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::SetAdjointSteppingAction().
Reimplemented from G4UserSteppingAction.
Definition at line 57 of file G4AdjointSteppingAction.cc.