Geant4-11
Public Member Functions | Protected Attributes
G4ErrorTanPlaneTarget Class Referenceabstract

#include <G4ErrorTanPlaneTarget.hh>

Inheritance diagram for G4ErrorTanPlaneTarget:
G4ErrorTarget G4ErrorSurfaceTarget G4ErrorCylSurfaceTarget G4ErrorPlaneSurfaceTarget

Public Member Functions

virtual void Dump (const G4String &msg) const =0
 
 G4ErrorTanPlaneTarget ()
 
virtual G4double GetDistanceFromPoint (const G4ThreeVector &) const
 
virtual G4double GetDistanceFromPoint (const G4ThreeVector &, const G4ThreeVector &) const
 
virtual G4Plane3D GetTangentPlane (const G4ThreeVector &point) const =0
 
G4ErrorTargetType GetType () const
 
virtual G4bool TargetReached (const G4Step *)
 
virtual ~G4ErrorTanPlaneTarget ()=default
 

Protected Attributes

G4ErrorTargetType theType
 

Detailed Description

Definition at line 42 of file G4ErrorTanPlaneTarget.hh.

Constructor & Destructor Documentation

◆ G4ErrorTanPlaneTarget()

G4ErrorTanPlaneTarget::G4ErrorTanPlaneTarget ( )
default

◆ ~G4ErrorTanPlaneTarget()

virtual G4ErrorTanPlaneTarget::~G4ErrorTanPlaneTarget ( )
virtualdefault

Member Function Documentation

◆ Dump()

virtual void G4ErrorTanPlaneTarget::Dump ( const G4String msg) const
pure virtual

◆ GetDistanceFromPoint() [1/2]

G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ) const
virtualinherited

Reimplemented in G4ErrorTrackLengthTarget, G4ErrorCylSurfaceTarget, G4ErrorSurfaceTarget, and G4ErrorPlaneSurfaceTarget.

Definition at line 41 of file G4ErrorTarget.cc.

42{
43 return DBL_MAX;
44}
#define DBL_MAX
Definition: templates.hh:62

References DBL_MAX.

◆ GetDistanceFromPoint() [2/2]

G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ,
const G4ThreeVector  
) const
virtualinherited

◆ GetTangentPlane()

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

◆ GetType()

G4ErrorTargetType G4ErrorTarget::GetType ( ) const
inlineinherited

◆ TargetReached()

G4bool G4ErrorTarget::TargetReached ( const G4Step )
virtualinherited

Reimplemented in G4ErrorGeomVolumeTarget.

Definition at line 46 of file G4ErrorTarget.cc.

47{
48 return false;
49}

Field Documentation

◆ theType

G4ErrorTargetType G4ErrorTarget::theType
protectedinherited

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