#include <Vertex.h>
Public Member Functions | |
| Vertex () | |
| Vertex (const float *pos, const float *covmat, const double time) | |
| bool | operator== (const Vertex &rhs) const |
| bool | operator!= (const Vertex &rhs) const |
| gar::rec::IDNumber | getIDNumber () const |
| const float * | Position () const |
| const float * | CovMat () const |
| double | Time () const |
Private Attributes | |
| gar::rec::IDNumber | fIDnumero |
| float | fPosition [3] |
| position of vertex More... | |
| float | fCovMat [3][3] |
| uncertianties on the position More... | |
| double | fTime |
| timestamp (ROOT's portable version of uint64_t) More... | |
Static Private Attributes | |
| static gar::rec::IDNumber const | FirstNumber = 400000 |
| gar::rec::Vertex::Vertex | ( | ) |
Definition at line 36 of file Vertex.cxx.
| gar::rec::Vertex::Vertex | ( | const float * | pos, |
| const float * | covmat, | ||
| const double | time | ||
| ) |
Definition at line 13 of file Vertex.cxx.
| gar::rec::IDNumber gar::rec::Vertex::getIDNumber | ( | ) | const |
Definition at line 64 of file Vertex.cxx.
Definition at line 60 of file Vertex.cxx.
Definition at line 56 of file Vertex.cxx.
|
inline |
Definition at line 58 of file Vertex.h.
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
1.8.11