| 
    Geant4
    10.00.p03
    
   | 
 
#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 | 
Definition at line 54 of file G4ErrorTarget.hh.
| G4ErrorTarget::G4ErrorTarget | ( | ) | 
Definition at line 36 of file G4ErrorTarget.cc.
      
  | 
  virtual | 
Definition at line 39 of file G4ErrorTarget.cc.
      
  | 
  pure virtual | 
Implemented in G4ErrorTrackLengthTarget, G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, G4ErrorSurfaceTarget, G4ErrorTanPlaneTarget, and G4ErrorGeomVolumeTarget.
Referenced by G4ErrorPropagationNavigator::ComputeStep(), and G4ErrorPropagator::Propagate().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented in G4ErrorPlaneSurfaceTarget, G4ErrorCylSurfaceTarget, G4ErrorTrackLengthTarget, and G4ErrorSurfaceTarget.
Definition at line 41 of file G4ErrorTarget.cc.
References DBL_MAX.
Referenced by G4ErrorPropagationNavigator::ComputeSafety(), and G4ErrorPropagationNavigator::ComputeStep().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented in G4ErrorPlaneSurfaceTarget, G4ErrorCylSurfaceTarget, G4ErrorTrackLengthTarget, and G4ErrorSurfaceTarget.
Definition at line 47 of file G4ErrorTarget.cc.
References DBL_MAX.
      
  | 
  inline | 
Definition at line 82 of file G4ErrorTarget.hh.
References theType.
Referenced by G4ErrorPropagator::GetFinalTrajState(), and G4ErrorPropagator::MakeOneStep().
 Here is the caller graph for this function:Reimplemented in G4ErrorGeomVolumeTarget.
Definition at line 52 of file G4ErrorTarget.cc.
      
  | 
  protected |