Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ErrorSurfaceTarget Class Referenceabstract

#include <G4ErrorSurfaceTarget.hh>

+ Inheritance diagram for G4ErrorSurfaceTarget:

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}
 

Detailed Description

Definition at line 42 of file G4ErrorSurfaceTarget.hh.

Constructor & Destructor Documentation

◆ G4ErrorSurfaceTarget()

G4ErrorSurfaceTarget::G4ErrorSurfaceTarget ( )
default

◆ ~G4ErrorSurfaceTarget()

G4ErrorSurfaceTarget::~G4ErrorSurfaceTarget ( )
overridedefault

Member Function Documentation

◆ Dump()

void G4ErrorSurfaceTarget::Dump ( const G4String & msg) const
overridepure virtual

◆ GetDistanceFromPoint() [1/2]

double G4ErrorSurfaceTarget::GetDistanceFromPoint ( const G4ThreeVector & point) const
overridepure virtual

Reimplemented from G4ErrorTarget.

Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.

◆ GetDistanceFromPoint() [2/2]

double G4ErrorSurfaceTarget::GetDistanceFromPoint ( const G4ThreeVector & point,
const G4ThreeVector & direc ) const
overridepure virtual

Reimplemented from G4ErrorTarget.

Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.

◆ GetTangentPlane()

G4Plane3D G4ErrorSurfaceTarget::GetTangentPlane ( const G4ThreeVector & point) const
overridepure virtual

The documentation for this class was generated from the following files: