EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/htree/MatchCandidateGroup.h>
Public Member Functions | |
MatchCandidateGroup (MatchCandidate *match) | |
~MatchCandidateGroup () | |
void | AddCandidate (MatchCandidate *match) |
unsigned | GetCandidateCount () const |
std::multimap< __u64, MatchCandidate * >::iterator | Begin () |
std::multimap< __u64, MatchCandidate * >::iterator | End () |
Private Attributes | |
std::set< GroupMember * > | mHits |
std::multimap< __u64, MatchCandidate * > | mMatchCandidates |
Definition at line 15 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 15 of file MatchCandidateGroup.h
|
inline |
Definition at line 18 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 18 of file MatchCandidateGroup.h
References AddCandidate().
|
inline |
Definition at line 19 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 19 of file MatchCandidateGroup.h
void MatchCandidateGroup::AddCandidate | ( | MatchCandidate * | match | ) |
Definition at line 12 of file MatchCandidateGroup.cxx.
View newest version in sPHENIX GitHub at line 12 of file MatchCandidateGroup.cxx
References MatchCandidate::Ambiguity(), GroupMember::Begin(), GroupMember::End(), MatchCandidate::GetGdim(), MatchCandidate::GetLinearMemberCount(), MatchCandidate::GetSelMember(), MatchCandidate::IsActive(), MatchCandidate::IsGrouped(), it, mHits, Acts::UnitConstants::mm, mMatchCandidates, and MatchCandidate::SetGroupedStatus().
Referenced by HoughTree::LaunchPatternFinder(), and MatchCandidateGroup().
|
inline |
Definition at line 26 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 26 of file MatchCandidateGroup.h
References mMatchCandidates.
Referenced by HoughTree::LaunchPatternFinder().
|
inline |
Definition at line 27 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 27 of file MatchCandidateGroup.h
Referenced by HoughTree::LaunchPatternFinder().
|
inline |
Definition at line 23 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 23 of file MatchCandidateGroup.h
References mMatchCandidates.
Referenced by HoughTree::LaunchPatternFinder().
|
private |
Definition at line 27 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 27 of file MatchCandidateGroup.h
Referenced by AddCandidate().
|
private |
Definition at line 31 of file MatchCandidateGroup.h.
View newest version in sPHENIX GitHub at line 31 of file MatchCandidateGroup.h
Referenced by AddCandidate(), Begin(), and GetCandidateCount().