#include <PFDisplacedVertexCandidate.h>
Public Member Functions | |
VertexLink () | |
VertexLink (float d, GlobalPoint p, char t) | |
Public Attributes | |
GlobalPoint | dcaPoint_ |
float | distance_ |
char | test_ |
A structure dedicated to describe the link between two tracks containing a distance value and a Point where this distance is measurted.
Definition at line 37 of file PFDisplacedVertexCandidate.h.
reco::PFDisplacedVertexCandidate::VertexLink::VertexLink | ( | ) | [inline] |
Definition at line 38 of file PFDisplacedVertexCandidate.h.
reco::PFDisplacedVertexCandidate::VertexLink::VertexLink | ( | float | d, |
GlobalPoint | p, | ||
char | t | ||
) | [inline] |
Definition at line 41 of file PFDisplacedVertexCandidate.h.
Referenced by reco::PFDisplacedVertexCandidate::setLink().
Definition at line 40 of file PFDisplacedVertexCandidate.h.
Referenced by reco::PFDisplacedVertexCandidate::setLink().
Definition at line 42 of file PFDisplacedVertexCandidate.h.
Referenced by reco::PFDisplacedVertexCandidate::setLink().