Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ErrorGeomVolumeTarget.hh>
Public Member Functions | |
G4ErrorGeomVolumeTarget (const G4String &name) | |
virtual | ~G4ErrorGeomVolumeTarget () |
virtual G4bool | TargetReached (const G4Step *aStep) |
virtual void | Dump (const G4String &msg) const |
Public Member Functions inherited from G4ErrorTarget | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from G4ErrorTarget | |
G4ErrorTargetType | theType |
Definition at line 47 of file G4ErrorGeomVolumeTarget.hh.
G4ErrorGeomVolumeTarget::G4ErrorGeomVolumeTarget | ( | const G4String & | name | ) |
Definition at line 42 of file G4ErrorGeomVolumeTarget.cc.
|
inlinevirtual |
Definition at line 52 of file G4ErrorGeomVolumeTarget.hh.
|
virtual |
Implements G4ErrorTarget.
Definition at line 72 of file G4ErrorGeomVolumeTarget.cc.
Reimplemented from G4ErrorTarget.
Definition at line 50 of file G4ErrorGeomVolumeTarget.cc.
Referenced by G4ErrorPropagator::MakeOneStep().