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

#include <G4ErrorTarget.hh>

+ Inheritance diagram for G4ErrorTarget:

Public Member Functions

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

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()

G4ErrorTarget::~G4ErrorTarget ( )
virtual

Definition at line 35 of file G4ErrorTarget.cc.

35{}

Member Function Documentation

◆ Dump()

◆ GetDistanceFromPoint() [1/2]

G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ) const
virtual

Reimplemented in G4ErrorTrackLengthTarget, G4ErrorCylSurfaceTarget, G4ErrorSurfaceTarget, and G4ErrorPlaneSurfaceTarget.

Definition at line 43 of file G4ErrorTarget.cc.

44{
45 return DBL_MAX;
46}
#define DBL_MAX
Definition: templates.hh:62

◆ GetDistanceFromPoint() [2/2]

◆ GetType()

G4ErrorTargetType G4ErrorTarget::GetType ( ) const
inline

◆ TargetReached()

G4bool G4ErrorTarget::TargetReached ( const G4Step )
virtual

Reimplemented in G4ErrorGeomVolumeTarget.

Definition at line 48 of file G4ErrorTarget.cc.

49{
50 return false;
51}

Member Data Documentation

◆ theType


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