#include <G4ErrorTanPlaneTarget.hh>
Inheritance diagram for G4ErrorTanPlaneTarget:

Public Member Functions | |
| G4ErrorTanPlaneTarget () | |
| virtual | ~G4ErrorTanPlaneTarget () |
| virtual G4Plane3D | GetTangentPlane (const G4ThreeVector &point) const =0 |
| virtual void | Dump (const G4String &msg) const =0 |
Definition at line 50 of file G4ErrorTanPlaneTarget.hh.
| G4ErrorTanPlaneTarget::G4ErrorTanPlaneTarget | ( | ) |
| G4ErrorTanPlaneTarget::~G4ErrorTanPlaneTarget | ( | ) | [virtual] |
| virtual void G4ErrorTanPlaneTarget::Dump | ( | const G4String & | msg | ) | const [pure virtual] |
Implements G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, and G4ErrorSurfaceTarget.
| virtual G4Plane3D G4ErrorTanPlaneTarget::GetTangentPlane | ( | const G4ThreeVector & | point | ) | const [pure virtual] |
Implemented in G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, and G4ErrorSurfaceTarget.
Referenced by G4ErrorPropagator::GetFinalTrajState().
1.4.7