#include <StateSegmentMatcher.h>
Public Member Functions | |
AlgebraicSymMatrix44 | errorMatrix () const |
AlgebraicVector4 | paramVector () const |
Tsos4D (TrajectoryStateOnSurface const &) | |
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 23 of file StateSegmentMatcher.h.
Tsos4D::Tsos4D | ( | TrajectoryStateOnSurface const & | tsos | ) |
Definition at line 114 of file StateSegmentMatcher.cc.
References TrajectoryStateOnSurface::localError(), TrajectoryStateOnSurface::localParameters(), LocalTrajectoryError::matrix(), and LocalTrajectoryParameters::vector().
AlgebraicSymMatrix44 Tsos4D::errorMatrix | ( | ) | const |
Definition at line 133 of file StateSegmentMatcher.cc.
Referenced by StateSegmentMatcher::StateSegmentMatcher().
AlgebraicVector4 Tsos4D::paramVector | ( | ) | const |
Definition at line 130 of file StateSegmentMatcher.cc.
Referenced by StateSegmentMatcher::StateSegmentMatcher().
|
private |
Definition at line 35 of file StateSegmentMatcher.h.
|
private |
Definition at line 36 of file StateSegmentMatcher.h.