ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/management/include/G4ErrorTanPlaneTarget.hh>
Public Member Functions | |
G4ErrorTanPlaneTarget () | |
virtual | ~G4ErrorTanPlaneTarget () |
virtual G4Plane3D | GetTangentPlane (const G4ThreeVector &point) const =0 |
virtual void | Dump (const G4String &msg) const =0 |
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 *) |
G4ErrorTargetType | GetType () const |
Additional Inherited Members | |
Protected Attributes inherited from G4ErrorTarget | |
G4ErrorTargetType | theType |
Definition at line 42 of file G4ErrorTanPlaneTarget.hh.
View newest version in sPHENIX GitHub at line 42 of file G4ErrorTanPlaneTarget.hh
G4ErrorTanPlaneTarget::G4ErrorTanPlaneTarget | ( | ) |
Definition at line 33 of file G4ErrorTanPlaneTarget.cc.
View newest version in sPHENIX GitHub at line 33 of file G4ErrorTanPlaneTarget.cc
|
virtual |
Definition at line 34 of file G4ErrorTanPlaneTarget.cc.
View newest version in sPHENIX GitHub at line 34 of file G4ErrorTanPlaneTarget.cc
Implements G4ErrorTarget.
Implemented in G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, and G4ErrorSurfaceTarget.
|
pure virtual |
Implemented in G4ErrorCylSurfaceTarget, G4ErrorPlaneSurfaceTarget, and G4ErrorSurfaceTarget.
Referenced by G4ErrorPropagator::GetFinalTrajState().