EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/htree/HoughNodeGroup.h>
Public Member Functions | |
GroupMember (const std::pair< void *, void * > &ptr, t_hough_range from, t_hough_range to) | |
t_hough_range | From () const |
t_hough_range | To () const |
bool | IsBusy () const |
bool | IsBooked () const |
void | SetBusyFlag () |
void | InsertMatchCandidate (MatchCandidate *match) |
void | EraseMatchCandidate (MatchCandidate *match) |
std::set< MatchCandidate * > ::iterator | Begin () |
std::set< MatchCandidate * > ::iterator | End () |
Public Attributes | |
std::pair< void *, void * > | mPtr |
Private Attributes | |
std::set< MatchCandidate * > | mMatchCandidates |
bool | mBusy |
t_hough_range | mFrom |
t_hough_range | mTo |
Definition at line 48 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 48 of file HoughNodeGroup.h
|
inline |
Definition at line 50 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 50 of file HoughNodeGroup.h
|
inline |
Definition at line 73 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 73 of file HoughNodeGroup.h
References mMatchCandidates.
Referenced by MatchCandidateGroup::AddCandidate(), and HoughTree::IsSubset().
|
inline |
Definition at line 74 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 74 of file HoughNodeGroup.h
Referenced by MatchCandidateGroup::AddCandidate(), and HoughTree::IsSubset().
|
inline |
Definition at line 70 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 70 of file HoughNodeGroup.h
References mMatchCandidates.
Referenced by MatchCandidate::ResetMemberPtr().
|
inline |
Definition at line 55 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 55 of file HoughNodeGroup.h
References mFrom.
Referenced by HoughTree::CheckCell().
|
inline |
Definition at line 69 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 69 of file HoughNodeGroup.h
References mMatchCandidates.
Referenced by MatchCandidate::ShapeItUpForInspection().
|
inline |
Definition at line 62 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 62 of file HoughNodeGroup.h
References mMatchCandidates.
Referenced by FwdHoughTree::FinalFit(), and HoughTree::IsBusy().
|
inline |
Definition at line 61 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 61 of file HoughNodeGroup.h
References mBusy.
Referenced by FwdHoughTree::FinalFit(), and HoughTree::IsBusy().
|
inline |
Definition at line 63 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 63 of file HoughNodeGroup.h
References mBusy.
Referenced by HoughTree::CheckCell().
|
inline |
Definition at line 56 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 56 of file HoughNodeGroup.h
References mTo.
Referenced by HoughTree::CheckCell().
|
private |
Definition at line 89 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 89 of file HoughNodeGroup.h
Referenced by IsBusy(), and SetBusyFlag().
|
private |
Definition at line 93 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 93 of file HoughNodeGroup.h
Referenced by From().
|
private |
Definition at line 74 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 74 of file HoughNodeGroup.h
Referenced by Begin(), EraseMatchCandidate(), InsertMatchCandidate(), IsBooked(), and FwdHoughTree::SetupKalmanFilter().
std::pair<void *, void *> GroupMember::mPtr |
Definition at line 63 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 63 of file HoughNodeGroup.h
Referenced by FwdHoughTree::FinalFit(), FwdHoughTree::GetKfNode(), and FwdHoughTree::SetupKalmanFilter().
|
private |
Definition at line 93 of file HoughNodeGroup.h.
View newest version in sPHENIX GitHub at line 93 of file HoughNodeGroup.h
Referenced by To().