|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4ErrorSurfaceTarget is a base class for G4ErrorTarget classes that are surfaces. More...
#include <G4ErrorSurfaceTarget.hh>
Public Member Functions | |
| G4ErrorSurfaceTarget ()=default | |
| ~G4ErrorSurfaceTarget () override=default | |
| G4double | GetDistanceFromPoint (const G4ThreeVector &point, const G4ThreeVector &direc) const override=0 |
| G4double | GetDistanceFromPoint (const G4ThreeVector &point) const override=0 |
| G4Plane3D | GetTangentPlane (const G4ThreeVector &point) const override=0 |
| void | Dump (const G4String &msg) const override=0 |
| Public Member Functions inherited from G4ErrorTanPlaneTarget | |
| G4ErrorTanPlaneTarget ()=default | |
| ~G4ErrorTanPlaneTarget () override=default | |
| Public Member Functions inherited from G4ErrorTarget | |
| G4ErrorTarget ()=default | |
| virtual | ~G4ErrorTarget ()=default |
| virtual G4bool | TargetReached (const G4Step *) |
| G4ErrorTargetType | GetType () const |
Additional Inherited Members | |
| Protected Attributes inherited from G4ErrorTarget | |
| G4ErrorTargetType | theType {G4ErrorTarget_GeomVolume} |
G4ErrorSurfaceTarget is a base class for G4ErrorTarget classes that are surfaces.
Definition at line 47 of file G4ErrorSurfaceTarget.hh.
|
default |
Default Constructor and Destructor.
|
overridedefault |
|
overridepure virtual |
Dumps to standard output the surface parameters.
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
overridepure virtual |
Computes the minimal distance from a point to the surface in any direction.
| [in] | point | The point of reference. |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
overridepure virtual |
Computes the distance from a point to the surface in a given direction.
| [in] | point | The point of reference. |
| [in] | direc | The direction vector. |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
overridepure virtual |
Computes the plane tangent to surface at a given point.
| [in] | point | The point of reference. |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.