structure for storing candidates produced by Hough search
Definition at line 166 of file HierarchicalSearch.h.
Data Fields | |
LIGOTimeGPS | refTime |
reference time for candidates More... | |
INT4 | length |
maximum allowed length of vectors More... | |
INT4 | nCandidates |
number of candidates – must be less than length More... | |
SemiCohCandidate * | list |
LIGOTimeGPS SemiCohCandidateList::refTime |
reference time for candidates
Definition at line 167 of file HierarchicalSearch.h.
INT4 SemiCohCandidateList::length |
maximum allowed length of vectors
Definition at line 168 of file HierarchicalSearch.h.
INT4 SemiCohCandidateList::nCandidates |
number of candidates – must be less than length
Definition at line 169 of file HierarchicalSearch.h.
SemiCohCandidate* SemiCohCandidateList::list |
Definition at line 170 of file HierarchicalSearch.h.