ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4ErrorSurfaceTarget Class Referenceabstract

#include <geant4/tree/geant4-10.6-release/source/geometry/management/include/G4ErrorSurfaceTarget.hh>

+ Inheritance diagram for G4ErrorSurfaceTarget:
+ Collaboration diagram for G4ErrorSurfaceTarget:

Public Member Functions

 G4ErrorSurfaceTarget ()
 
virtual ~G4ErrorSurfaceTarget ()
 
virtual double GetDistanceFromPoint (const G4ThreeVector &point, const G4ThreeVector &direc) const =0
 
virtual double GetDistanceFromPoint (const G4ThreeVector &point) const =0
 
virtual G4Plane3D GetTangentPlane (const G4ThreeVector &point) const =0
 
virtual void Dump (const G4String &msg) const =0
 
- Public Member Functions inherited from G4ErrorTanPlaneTarget
 G4ErrorTanPlaneTarget ()
 
virtual ~G4ErrorTanPlaneTarget ()
 
- Public Member Functions inherited from G4ErrorTarget
 G4ErrorTarget ()
 
virtual ~G4ErrorTarget ()
 
virtual G4bool TargetReached (const G4Step *)
 
G4ErrorTargetType GetType () const
 

Additional Inherited Members

- Protected Attributes inherited from G4ErrorTarget
G4ErrorTargetType theType
 

Detailed Description

Definition at line 43 of file G4ErrorSurfaceTarget.hh.

View newest version in sPHENIX GitHub at line 43 of file G4ErrorSurfaceTarget.hh

Constructor & Destructor Documentation

G4ErrorSurfaceTarget::G4ErrorSurfaceTarget ( )

Definition at line 33 of file G4ErrorSurfaceTarget.cc.

View newest version in sPHENIX GitHub at line 33 of file G4ErrorSurfaceTarget.cc

G4ErrorSurfaceTarget::~G4ErrorSurfaceTarget ( )
virtual

Definition at line 34 of file G4ErrorSurfaceTarget.cc.

View newest version in sPHENIX GitHub at line 34 of file G4ErrorSurfaceTarget.cc

Member Function Documentation

virtual void G4ErrorSurfaceTarget::Dump ( const G4String msg) const
pure virtual
virtual double G4ErrorSurfaceTarget::GetDistanceFromPoint ( const G4ThreeVector point,
const G4ThreeVector direc 
) const
pure virtual

Reimplemented from G4ErrorTarget.

Implemented in G4ErrorPlaneSurfaceTarget, and G4ErrorCylSurfaceTarget.

virtual double G4ErrorSurfaceTarget::GetDistanceFromPoint ( const G4ThreeVector point) const
pure virtual

Reimplemented from G4ErrorTarget.

Implemented in G4ErrorPlaneSurfaceTarget, and G4ErrorCylSurfaceTarget.

virtual G4Plane3D G4ErrorSurfaceTarget::GetTangentPlane ( const G4ThreeVector point) const
pure virtual

Implements G4ErrorTanPlaneTarget.

Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.

Referenced by G4ErrorPropagationNavigator::GetGlobalExitNormal().

+ Here is the caller graph for this function:


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