Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ErrorTarget.hh>
Public Member Functions | |
G4ErrorTarget () | |
virtual | ~G4ErrorTarget ()=default |
virtual G4double | GetDistanceFromPoint (const G4ThreeVector &, const G4ThreeVector &) const |
virtual G4double | GetDistanceFromPoint (const G4ThreeVector &) const |
virtual G4bool | TargetReached (const G4Step *) |
virtual void | Dump (const G4String &msg) const =0 |
G4ErrorTargetType | GetType () const |
Protected Attributes | |
G4ErrorTargetType | theType {G4ErrorTarget_GeomVolume} |
Definition at line 46 of file G4ErrorTarget.hh.
G4ErrorTarget::G4ErrorTarget | ( | ) |
Definition at line 33 of file G4ErrorTarget.cc.
|
virtualdefault |
|
pure virtual |
Implemented in G4ErrorCylSurfaceTarget, G4ErrorGeomVolumeTarget, G4ErrorPlaneSurfaceTarget, G4ErrorSurfaceTarget, G4ErrorTanPlaneTarget, and G4ErrorTrackLengthTarget.
Referenced by G4ErrorPropagationNavigator::ComputeStep(), and G4ErrorPropagator::Propagate().
|
virtual |
Reimplemented in G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, G4ErrorSurfaceTarget, and G4ErrorTrackLengthTarget.
Definition at line 41 of file G4ErrorTarget.cc.
|
virtual |
Reimplemented in G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, G4ErrorSurfaceTarget, and G4ErrorTrackLengthTarget.
Definition at line 35 of file G4ErrorTarget.cc.
Referenced by G4ErrorPropagationNavigator::ComputeStep(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), and G4ErrorPropagationNavigator::TargetSafetyFromPoint().
|
inline |
Definition at line 74 of file G4ErrorTarget.hh.
Referenced by G4ErrorPropagator::GetFinalTrajState(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), and G4ErrorPropagator::MakeOneStep().
Reimplemented in G4ErrorGeomVolumeTarget.
Definition at line 46 of file G4ErrorTarget.cc.
|
protected |
Definition at line 69 of file G4ErrorTarget.hh.
Referenced by G4ErrorCylSurfaceTarget::G4ErrorCylSurfaceTarget(), G4ErrorCylSurfaceTarget::G4ErrorCylSurfaceTarget(), G4ErrorGeomVolumeTarget::G4ErrorGeomVolumeTarget(), G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget(), G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget(), G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), and GetType().