Geant4.10
|
#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) |
![]() | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
Additional Inherited Members | |
![]() | |
G4SteppingManager * | fpSteppingManager |
Definition at line 69 of file G4AdjointSteppingAction.hh.
G4AdjointSteppingAction::G4AdjointSteppingAction | ( | ) |
Definition at line 44 of file G4AdjointSteppingAction.cc.
References G4AdjointCrossSurfChecker::GetInstance().
G4AdjointSteppingAction::~G4AdjointSteppingAction | ( | ) |
Definition at line 54 of file G4AdjointSteppingAction.cc.
|
inline |
Definition at line 79 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::GetDidAdjParticleReachTheExtSource(), and G4AdjointTrackingAction::PostUserTrackingAction().
|
inline |
Definition at line 82 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 80 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 85 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PostUserTrackingAction(), and G4AdjointSimManager::RegisterAtEndOfAdjointTrack().
|
inline |
Definition at line 81 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().
Definition at line 90 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PreUserTrackingAction().
Definition at line 77 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::SetExtSourceEmax().
Definition at line 84 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointTrackingAction::PreUserTrackingAction(), and G4AdjointSimManager::RegisterAdjointPrimaryWeight().
Definition at line 78 of file G4AdjointSteppingAction.hh.
|
inline |
Definition at line 86 of file G4AdjointSteppingAction.hh.
Referenced by G4AdjointSimManager::SetAdjointSteppingAction().
|
inline |
Definition at line 88 of file G4AdjointSteppingAction.hh.
Reimplemented from G4UserSteppingAction.
Definition at line 59 of file G4AdjointSteppingAction.cc.
References G4AdjointCrossSurfChecker::CrossingOneOfTheRegisteredSurface(), fStopAndKill, fWorldBoundary, G4ParticleDefinition::GetBaryonNumber(), G4Track::GetDefinition(), G4Track::GetKineticEnergy(), G4Track::GetMomentum(), G4ParticleDefinition::GetParticleType(), G4Step::GetPostStepPoint(), G4StepPoint::GetStepStatus(), G4Step::GetTrack(), G4Track::GetWeight(), G4Track::SetTrackStatus(), and G4UserSteppingAction::UserSteppingAction().