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

#include <G4ErrorTarget.hh>

Inheritance diagram for G4ErrorTarget:
G4ErrorGeomVolumeTarget G4ErrorTanPlaneTarget G4ErrorTrackLengthTarget G4ErrorSurfaceTarget G4ErrorCylSurfaceTarget G4ErrorPlaneSurfaceTarget

Public Member Functions

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

Protected Attributes

G4ErrorTargetType theType
 

Detailed Description

Definition at line 46 of file G4ErrorTarget.hh.

Constructor & Destructor Documentation

◆ G4ErrorTarget()

G4ErrorTarget::G4ErrorTarget ( )

Definition at line 33 of file G4ErrorTarget.cc.

@ G4ErrorTarget_GeomVolume
G4ErrorTargetType theType

◆ ~G4ErrorTarget()

virtual G4ErrorTarget::~G4ErrorTarget ( )
virtualdefault

Member Function Documentation

◆ Dump()

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

◆ GetDistanceFromPoint() [1/2]

G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ) const
virtual

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
virtual

◆ GetType()

G4ErrorTargetType G4ErrorTarget::GetType ( ) const
inline

◆ TargetReached()

G4bool G4ErrorTarget::TargetReached ( const G4Step )
virtual

Reimplemented in G4ErrorGeomVolumeTarget.

Definition at line 46 of file G4ErrorTarget.cc.

47{
48 return false;
49}

Field Documentation

◆ theType

G4ErrorTargetType G4ErrorTarget::theType
protected

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