Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
G4ErrorTarget Class Referenceabstract

#include <G4ErrorTarget.hh>

Inheritance diagram for G4ErrorTarget:
Inheritance graph
[legend]

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

Definition at line 36 of file G4ErrorTarget.cc.

G4ErrorTarget::~G4ErrorTarget ( )
virtual

Definition at line 39 of file G4ErrorTarget.cc.

Member Function Documentation

virtual void G4ErrorTarget::Dump ( const G4String msg) const
pure virtual
G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ,
const G4ThreeVector  
) const
virtual

Reimplemented in G4ErrorPlaneSurfaceTarget, G4ErrorCylSurfaceTarget, G4ErrorTrackLengthTarget, and G4ErrorSurfaceTarget.

Definition at line 41 of file G4ErrorTarget.cc.

Here is the caller graph for this function:

G4double G4ErrorTarget::GetDistanceFromPoint ( const G4ThreeVector ) const
virtual
G4ErrorTargetType G4ErrorTarget::GetType ( ) const
inline

Definition at line 82 of file G4ErrorTarget.hh.

Here is the caller graph for this function:

G4bool G4ErrorTarget::TargetReached ( const G4Step )
virtual

Reimplemented in G4ErrorGeomVolumeTarget.

Definition at line 52 of file G4ErrorTarget.cc.

Member Data Documentation

G4ErrorTargetType G4ErrorTarget::theType
protected

Definition at line 77 of file G4ErrorTarget.hh.


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