#include <VectorHit2D.h>
Public Member Functions | |
float | chi2 () const |
const AlgebraicSymMatrix22 & | covMatrix () const |
int | dimension () const |
const LocalVector & | localDirection () const |
const LocalError & | localDirectionError () const |
const LocalPoint & | localPosition () const |
VectorHit2D () | |
VectorHit2D (const LocalPoint &pos, const LocalVector &dir, const AlgebraicSymMatrix22 &covMatrix, const double &chi2) | |
Private Attributes | |
float | theChi2 |
AlgebraicSymMatrix22 | theCovMatrix |
LocalVector | theDirection |
LocalError | theLocalError |
LocalPoint | thePosition |
Static Private Attributes | |
static constexpr int | theDimension = 2 |
Definition at line 11 of file VectorHit2D.h.
|
inline |
Definition at line 13 of file VectorHit2D.h.
|
inline |
Definition at line 14 of file VectorHit2D.h.
|
inline |
Definition at line 25 of file VectorHit2D.h.
References theChi2.
Referenced by VectorHit::VectorHit().
|
inline |
Definition at line 24 of file VectorHit2D.h.
References theCovMatrix.
Referenced by VectorHit::VectorHit().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 33 of file VectorHit2D.h.
Referenced by chi2().
|
private |
Definition at line 31 of file VectorHit2D.h.
Referenced by covMatrix().
|
staticprivate |
Definition at line 34 of file VectorHit2D.h.
Referenced by dimension().
|
private |
Definition at line 30 of file VectorHit2D.h.
Referenced by localDirection().
|
private |
Definition at line 32 of file VectorHit2D.h.
Referenced by localDirectionError().
|
private |
Definition at line 29 of file VectorHit2D.h.
Referenced by localPosition().