Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SemiCohCandidateList Struct Reference

Detailed Description

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...
 
SemiCohCandidatelist
 

Field Documentation

◆ refTime

LIGOTimeGPS SemiCohCandidateList::refTime

reference time for candidates

Definition at line 167 of file HierarchicalSearch.h.

◆ length

INT4 SemiCohCandidateList::length

maximum allowed length of vectors

Definition at line 168 of file HierarchicalSearch.h.

◆ nCandidates

INT4 SemiCohCandidateList::nCandidates

number of candidates – must be less than length

Definition at line 169 of file HierarchicalSearch.h.

◆ list

SemiCohCandidate* SemiCohCandidateList::list

Definition at line 170 of file HierarchicalSearch.h.