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