#include <G4ErrorGeomVolumeTarget.hh>
Inheritance diagram for G4ErrorGeomVolumeTarget:

Definition at line 49 of file G4ErrorGeomVolumeTarget.hh.
Public Member Functions | |
| G4ErrorGeomVolumeTarget (const G4String &name) | |
| virtual | ~G4ErrorGeomVolumeTarget () |
| virtual G4bool | TargetReached (const G4Step *aStep) |
| virtual void | Dump (const G4String &msg) const |
| virtual G4double | GetDistanceFromPoint (const G4ThreeVector &, const G4ThreeVector &) const |
| virtual G4double | GetDistanceFromPoint (const G4ThreeVector &) const |
| G4ErrorTargetType | GetType () const |
Protected Attributes | |
| G4ErrorTargetType | theType |
Private Attributes | |
| G4String | theName |
| G4ErrorGeomVolumeTarget::G4ErrorGeomVolumeTarget | ( | const G4String & | name | ) |
Definition at line 44 of file G4ErrorGeomVolumeTarget.cc.
References G4ErrorTarget_GeomVolume, theName, and G4ErrorTarget::theType.
| virtual G4ErrorGeomVolumeTarget::~G4ErrorGeomVolumeTarget | ( | ) | [inline, virtual] |
Definition at line 54 of file G4ErrorGeomVolumeTarget.hh.
| void G4ErrorGeomVolumeTarget::Dump | ( | const G4String & | msg | ) | const [virtual] |
| G4double G4ErrorTarget::GetDistanceFromPoint | ( | const G4ThreeVector & | ) | const [virtual, inherited] |
Reimplemented in G4ErrorTrackLengthTarget, G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, and G4ErrorSurfaceTarget.
Definition at line 46 of file G4ErrorTarget.cc.
References DBL_MAX.
| G4double G4ErrorTarget::GetDistanceFromPoint | ( | const G4ThreeVector & | , | |
| const G4ThreeVector & | ||||
| ) | const [virtual, inherited] |
Reimplemented in G4ErrorTrackLengthTarget, G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, and G4ErrorSurfaceTarget.
Definition at line 40 of file G4ErrorTarget.cc.
References DBL_MAX.
Referenced by G4ErrorPropagationNavigator::ComputeSafety(), and G4ErrorPropagationNavigator::ComputeStep().
| G4ErrorTargetType G4ErrorTarget::GetType | ( | ) | const [inline, inherited] |
Definition at line 83 of file G4ErrorTarget.hh.
References G4ErrorTarget::theType.
Referenced by G4ErrorPropagator::GetFinalTrajState(), and G4ErrorPropagator::MakeOneStep().
Reimplemented from G4ErrorTarget.
Definition at line 52 of file G4ErrorGeomVolumeTarget.cc.
References G4cout, G4endl, G4VPhysicalVolume::GetName(), G4Track::GetNextVolume(), G4Step::GetTrack(), theName, and G4ErrorPropagatorData::verbose().
Here is the call graph for this function:

G4String G4ErrorGeomVolumeTarget::theName [private] |
Definition at line 63 of file G4ErrorGeomVolumeTarget.hh.
Referenced by Dump(), G4ErrorGeomVolumeTarget(), and TargetReached().
G4ErrorTargetType G4ErrorTarget::theType [protected, inherited] |
Definition at line 78 of file G4ErrorTarget.hh.
Referenced by G4ErrorCylSurfaceTarget::G4ErrorCylSurfaceTarget(), G4ErrorGeomVolumeTarget(), G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), and G4ErrorTarget::GetType().
1.4.7