Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ErrorSurfaceTarget.hh>
Public Member Functions | |
G4ErrorSurfaceTarget () | |
~G4ErrorSurfaceTarget () override=default | |
double | GetDistanceFromPoint (const G4ThreeVector &point, const G4ThreeVector &direc) const override=0 |
double | 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 () | |
~G4ErrorTanPlaneTarget () override=default | |
Public Member Functions inherited from G4ErrorTarget | |
G4ErrorTarget () | |
virtual | ~G4ErrorTarget ()=default |
virtual G4bool | TargetReached (const G4Step *) |
G4ErrorTargetType | GetType () const |
Additional Inherited Members | |
Protected Attributes inherited from G4ErrorTarget | |
G4ErrorTargetType | theType {G4ErrorTarget_GeomVolume} |
Definition at line 42 of file G4ErrorSurfaceTarget.hh.
|
default |
|
overridedefault |
|
overridepure virtual |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
overridepure virtual |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
overridepure virtual |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
overridepure virtual |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.