QwAnalysis
|
Contains vertex information. More...
#include <QwVertex.h>
Inherits TObject.
Public Member Functions | |
QwVertex () | |
QwVertex (const TVector3 &position) | |
QwVertex (const QwTrack &track1, const QwTrack &track2) | |
QwVertex (double x, double y, double z) | |
virtual | ~QwVertex () |
double | GetDistance () |
Return the distance between the tracks at the vertex. More... | |
Data Fields | |
double | fCoord [3] |
coordinates of vertex More... | |
double | fCov [3][3] |
error matrix More... | |
double | maxresidue |
max residue of tracks More... | |
int | fNTracks |
number of tracks in vertex More... | |
Contains vertex information.
A QwVertex contains the coordinates and uncertainties of a vertex. It could link back to the tracks and partial tracks that intersect at this vertex.
Definition at line 23 of file QwVertex.h.
QwVertex::QwVertex | ( | ) |
Definition at line 5 of file QwVertex.cc.
QwVertex::QwVertex | ( | const TVector3 & | position | ) |
Definition at line 17 of file QwVertex.cc.
QwVertex::QwVertex | ( | double | x, |
double | y, | ||
double | z | ||
) |
|
inlinevirtual |
Definition at line 31 of file QwVertex.h.
double QwVertex::GetDistance | ( | ) |
Return the distance between the tracks at the vertex.
double QwVertex::fCoord[3] |
double QwVertex::fCov[3][3] |
error matrix
Definition at line 39 of file QwVertex.h.
int QwVertex::fNTracks |
number of tracks in vertex
Definition at line 41 of file QwVertex.h.
double QwVertex::maxresidue |
max residue of tracks
Definition at line 40 of file QwVertex.h.