Struct Acts::SingleSeedVertexFinder::Triplet

struct Triplet

Struct to store spacepoint combinations from near, middle, and far parts of the detector. Also stores straight line fit through the spacepoints in case minimalizeWRT==”rays”, so it’s not fitted twice.

Public Functions

inline Triplet(const spacepoint_t &aa, const spacepoint_t &bb, const spacepoint_t &cc)

Public Members

const spacepoint_t &a
const spacepoint_t &b
const spacepoint_t &c
Acts::Ray3D ray