#include <Vertex.h>
Public Methods | |
Vertex () | |
Vertex (QvrtBase *) | |
void | setVertexParameters (QvrtBase *) |
void | setVertexPosition (float x, float y, float z) |
void | setVertexPosition (Hep3Vector *v3v) |
void | setVertexCov (int m, int n, float val) |
void | setVertexCov (HepSymMatrix *cov_matrix) |
const Hep3Vector& | v3V () const |
float | cov_matrix (int m, int n) const |
const HepSymMatrix& | cov_matrix () const |
Private Attributes | |
Hep3Vector | _v3V |
HepSymMatrix | _cov_matrix |
|
Definition at line 8 of file Vertex.cpp. |
|
Definition at line 16 of file Vertex.cpp. |
|
|
|
Definition at line 25 of file Vertex.h. Referenced by w_YFMVTR::getResult().
|
|
Definition at line 58 of file Vertex.cpp. |
|
Definition at line 52 of file Vertex.cpp. |
|
Definition at line 28 of file Vertex.cpp. |
|
Definition at line 45 of file Vertex.cpp. |
|
Definition at line 37 of file Vertex.cpp. |
|
Definition at line 24 of file Vertex.h. Referenced by w_YFMVTR::getResult().
|
|
Definition at line 30 of file Vertex.h. Referenced by Vertex(), cov_matrix(), and setVertexCov().
|
|
|