Analysis Software
Documentation for sPHENIX simulation software
|
A description of a triplet candidate. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/CandidatesForMiddleSp.hpp>
Public Member Functions | |
TripletCandidate ()=default | |
Default Constructor. | |
~TripletCandidate ()=default | |
Default Destructor. | |
TripletCandidate (external_space_point_t &b, external_space_point_t &m, external_space_point_t &t, float w, float z, bool q) | |
constructor | |
TripletCandidate (const TripletCandidate &)=default | |
Copy operations. | |
TripletCandidate & | operator= (const TripletCandidate &)=default |
TripletCandidate (TripletCandidate &&)=default | |
Move operations. | |
TripletCandidate & | operator= (TripletCandidate &&)=default |
Public Attributes | |
external_space_point_t * | bottom {nullptr} |
external_space_point_t * | middle {nullptr} |
external_space_point_t * | top {nullptr} |
float | weight {0.} |
float | zOrigin {0.} |
bool | isQuality {false} |
A description of a triplet candidate.
external_space_point_t | The external spacepoint type. |
Definition at line 21 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 21 of file CandidatesForMiddleSp.hpp
|
default |
Default Constructor.
|
default |
Default Destructor.
|
inline |
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 |
Definition at line 35 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 35 of file CandidatesForMiddleSp.hpp
|
default |
Copy operations.
|
default |
Move operations.
|
default |
|
default |
external_space_point_t* Acts::TripletCandidate< external_space_point_t >::bottom {nullptr} |
Definition at line 47 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 47 of file CandidatesForMiddleSp.hpp
Referenced by Acts::CandidatesForMiddleSp< external_space_point_t >::descendingByQuality().
bool Acts::TripletCandidate< external_space_point_t >::isQuality {false} |
Definition at line 52 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 52 of file CandidatesForMiddleSp.hpp
external_space_point_t* Acts::TripletCandidate< external_space_point_t >::middle {nullptr} |
Definition at line 48 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 48 of file CandidatesForMiddleSp.hpp
Referenced by Acts::CandidatesForMiddleSp< external_space_point_t >::descendingByQuality().
external_space_point_t* Acts::TripletCandidate< external_space_point_t >::top {nullptr} |
Definition at line 49 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 49 of file CandidatesForMiddleSp.hpp
Referenced by Acts::CandidatesForMiddleSp< external_space_point_t >::descendingByQuality().
float Acts::TripletCandidate< external_space_point_t >::weight {0.} |
Definition at line 50 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 50 of file CandidatesForMiddleSp.hpp
Referenced by Acts::CandidatesForMiddleSp< external_space_point_t >::descendingByQuality().
float Acts::TripletCandidate< external_space_point_t >::zOrigin {0.} |
Definition at line 51 of file CandidatesForMiddleSp.hpp.
View newest version in sPHENIX GitHub at line 51 of file CandidatesForMiddleSp.hpp