Struct Acts::SpacePoint

template<typename Cluster>
struct SpacePoint

Structure for easier bookkeeping of space points.

Public Functions

inline double x() const

Getter of the first element in spacePoint.

Returns

First element in spacePoint

inline double y() const

Getter of the second element in spacePoint.

Returns

Second element in spacePoint

inline double z() const

Getter of the third element in spacePoint.

Returns

Third element in spacePoint

Public Members

std::vector<const Cluster*> clusterModule

Storage of the cluster on a surface.

Vector3 vector

Storage of a point in space.