|
ACTS
Experiment-independent tracking
|
A description of a triplet candidate. More...
#include <Acts/Seeding/CandidatesForMiddleSp.hpp>
Public Member Functions | |
| TripletCandidate ()=default | |
| Default Constructor. | |
| TripletCandidate (external_space_point_t &b, external_space_point_t &m, external_space_point_t &t, float w, float z, bool q) | |
| constructor | |
A description of a triplet candidate.
| external_space_point_t | The external space point type. |
| Acts::TripletCandidate< external_space_point_t >::TripletCandidate | ( | external_space_point_t & | b, |
| external_space_point_t & | m, | ||
| external_space_point_t & | t, | ||
| float | w, | ||
| float | z, | ||
| bool | q ) |
constructor
| b | The bottom space point |
| m | The middle space point |
| t | The top space point |
| w | The quality of the candidate |
| z | The z coordinate of the origin |
| q | Whether the candidate is high or low quality |