Geant4 9.6.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 54 of file G4ErrorTarget.hh.

Constructor & Destructor Documentation

◆ G4ErrorTarget()

G4ErrorTarget::G4ErrorTarget ( )

Definition at line 36 of file G4ErrorTarget.cc.

@ G4ErrorTarget_GeomVolume
G4ErrorTargetType theType

◆ ~G4ErrorTarget()

G4ErrorTarget::~G4ErrorTarget ( )
virtual

Definition at line 39 of file G4ErrorTarget.cc.

39{}

Member Function Documentation

◆ Dump()

◆ GetDistanceFromPoint() [1/2]

G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ) const
virtual

Reimplemented in G4ErrorTrackLengthTarget, G4ErrorCylSurfaceTarget, G4ErrorSurfaceTarget, and G4ErrorPlaneSurfaceTarget.

Definition at line 47 of file G4ErrorTarget.cc.

48{
49 return DBL_MAX;
50}
#define DBL_MAX
Definition: templates.hh:83

◆ GetDistanceFromPoint() [2/2]

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

◆ GetType()

G4ErrorTargetType G4ErrorTarget::GetType ( ) const
inline

Definition at line 82 of file G4ErrorTarget.hh.

83{
84 return theType;
85}

Referenced by G4ErrorPropagator::GetFinalTrajState(), and G4ErrorPropagator::MakeOneStep().

◆ TargetReached()

G4bool G4ErrorTarget::TargetReached ( const G4Step )
virtual

Reimplemented in G4ErrorGeomVolumeTarget.

Definition at line 52 of file G4ErrorTarget.cc.

53{
54 return 0;
55}

Member Data Documentation

◆ theType


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