#include <StateSegmentMatcher.h>
Public Member Functions | |
AlgebraicSymMatrix44 | errorMatrix () const |
AlgebraicVector4 | paramVector () const |
Tsos4D (TrajectoryStateOnSurface *) | |
Private Attributes | |
AlgebraicVector4 | tsos_4d |
AlgebraicSymMatrix44 | tsosErr_44 |
Class: StateSegmentMatcher, Tsos4D, Tsos2DPhi, Tsos2DZed
Description: utility classes for the dynamical truncation algorithm
Authors : D. Pagano & G. Bruno - UCL Louvain
Definition at line 24 of file StateSegmentMatcher.h.
Tsos4D::Tsos4D | ( | TrajectoryStateOnSurface * | tsos | ) |
Definition at line 123 of file StateSegmentMatcher.cc.
References TrajectoryStateOnSurface::localError(), TrajectoryStateOnSurface::localParameters(), LocalTrajectoryError::matrix(), and LocalTrajectoryParameters::vector().
AlgebraicSymMatrix44 Tsos4D::errorMatrix | ( | ) | const |
Definition at line 142 of file StateSegmentMatcher.cc.
Referenced by StateSegmentMatcher::StateSegmentMatcher().
AlgebraicVector4 Tsos4D::paramVector | ( | ) | const |
Definition at line 139 of file StateSegmentMatcher.cc.
Referenced by StateSegmentMatcher::StateSegmentMatcher().
|
private |
Definition at line 36 of file StateSegmentMatcher.h.
|
private |
Definition at line 37 of file StateSegmentMatcher.h.