|
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 | |
Public Attributes | |
| external_space_point_t * | bottom {nullptr} |
| Pointer to bottom space point of the triplet candidate. | |
| bool | isQuality {false} |
| Flag indicating whether this is a high-quality candidate. | |
| external_space_point_t * | middle {nullptr} |
| Pointer to middle space point of the triplet candidate. | |
| external_space_point_t * | top {nullptr} |
| Pointer to top space point of the triplet candidate. | |
| float | weight {0.} |
| Quality weight of the triplet candidate. | |
| float | zOrigin {0.} |
| Z-coordinate of the estimated track origin. | |
A description of a triplet candidate.
| external_space_point_t | The external spacepoint type. |
|
default |
Default Constructor.
| 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 |
| external_space_point_t* Acts::TripletCandidate< external_space_point_t >::bottom {nullptr} |
Pointer to bottom space point of the triplet candidate.
| bool Acts::TripletCandidate< external_space_point_t >::isQuality {false} |
Flag indicating whether this is a high-quality candidate.
| external_space_point_t* Acts::TripletCandidate< external_space_point_t >::middle {nullptr} |
Pointer to middle space point of the triplet candidate.
| external_space_point_t* Acts::TripletCandidate< external_space_point_t >::top {nullptr} |
Pointer to top space point of the triplet candidate.
| float Acts::TripletCandidate< external_space_point_t >::weight {0.} |
Quality weight of the triplet candidate.
| float Acts::TripletCandidate< external_space_point_t >::zOrigin {0.} |
Z-coordinate of the estimated track origin.