|
| static bool | attachMeasurement (SurfaceTrackState &state, const SurfaceDescriptor &targetSurface, const SurfaceMeasurement &measurement, float bz, material::MaterialTraversalDirection direction, bool chi2GateEnabled, float maxChi2, float &chi2) noexcept |
| |
| static bool | propagateToReference (SurfaceTrackState &state, float targetReferenceCoordinate, float bz) noexcept |
| |
| static bool | propagateToReference (SurfaceTrackState &state, SurfaceTrackParameters &linRef, float targetReferenceCoordinate, float bz) noexcept |
| |
| static bool | convertKind (SurfaceTrackState &state, SurfaceKind targetKind, float bz) noexcept |
| |
| static bool | propagateToMeasurement (SurfaceTrackState &state, SurfaceTrackParameters &linRef, const SurfaceDescriptor &targetSurface, const SurfaceMeasurement &targetMeasurement, float bz, material::MaterialTraversalDirection direction, bool chi2GateEnabled, float maxChi2, float &chi2, bool shiftReferenceToMeasurement) noexcept |
| |
| static bool | rotateBarrel (SurfaceTrackState &state, float targetAlpha) noexcept |
| |
| static bool | rotateBarrel (SurfaceTrackState &state, SurfaceTrackParameters &linRef, float targetAlpha, float bz) noexcept |
| |
| static bool | propagateBarrel (SurfaceTrackState &state, float targetX, float bz) noexcept |
| |
| static bool | propagateBarrel (SurfaceTrackState &state, SurfaceTrackParameters &linRef, float targetX, float bz) noexcept |
| |
| static bool | predictedChi2Barrel (const SurfaceTrackState &state, const SurfaceMeasurement &measurement, float &chi2) noexcept |
| |
| static bool | updateBarrel (SurfaceTrackState &state, const SurfaceMeasurement &measurement, float &chi2) noexcept |
| |
| static bool | shiftReferenceToMeasurementBarrel (SurfaceTrackParameters &linRef, const SurfaceMeasurement &measurement) noexcept |
| |
| static bool | propagateForward (SurfaceTrackState &state, float targetZ, float bz) noexcept |
| |
| static bool | propagateForward (SurfaceTrackState &state, SurfaceTrackParameters &linRef, float targetZ, float bz) noexcept |
| |
| static bool | predictedChi2Forward (const SurfaceTrackState &state, const SurfaceMeasurement &measurement, float &chi2) noexcept |
| |
| static bool | updateForward (SurfaceTrackState &state, const SurfaceMeasurement &measurement, float &chi2) noexcept |
| |
| static bool | shiftReferenceToMeasurementForward (SurfaceTrackParameters &linRef, const SurfaceMeasurement &measurement) noexcept |
| |
Definition at line 29 of file Propagator.h.