Geant4-11
|
#include <G4ErrorSurfaceTarget.hh>
Public Member Functions | |
virtual void | Dump (const G4String &msg) const =0 |
G4ErrorSurfaceTarget () | |
virtual double | GetDistanceFromPoint (const G4ThreeVector &point) const =0 |
virtual double | GetDistanceFromPoint (const G4ThreeVector &point, const G4ThreeVector &direc) const =0 |
virtual G4Plane3D | GetTangentPlane (const G4ThreeVector &point) const =0 |
G4ErrorTargetType | GetType () const |
virtual G4bool | TargetReached (const G4Step *) |
virtual | ~G4ErrorSurfaceTarget ()=default |
Protected Attributes | |
G4ErrorTargetType | theType |
Definition at line 42 of file G4ErrorSurfaceTarget.hh.
|
default |
|
virtualdefault |
|
pure virtual |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
pure virtual |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
pure virtual |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
pure virtual |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
Referenced by G4ErrorPropagationNavigator::GetGlobalExitNormal().
|
inlineinherited |
Definition at line 74 of file G4ErrorTarget.hh.
References G4ErrorTarget::theType.
Referenced by G4ErrorPropagator::GetFinalTrajState(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), and G4ErrorPropagator::MakeOneStep().
Reimplemented in G4ErrorGeomVolumeTarget.
Definition at line 46 of file G4ErrorTarget.cc.
|
protectedinherited |
Definition at line 69 of file G4ErrorTarget.hh.
Referenced by G4ErrorCylSurfaceTarget::G4ErrorCylSurfaceTarget(), G4ErrorGeomVolumeTarget::G4ErrorGeomVolumeTarget(), G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), and G4ErrorTarget::GetType().