Definition at line 153 of file HierarchSearchGCT.h.
Data Fields | |
REAL8 | freqmin_fg |
fine-grid start in frequency More... | |
REAL8 | dfreq_fg |
fine-grid spacing in frequency More... | |
REAL8 | alpha |
right ascension More... | |
REAL8 | delta |
declination More... | |
LIGOTimeGPS | refTime |
reference time for candidates More... | |
UINT4 | length |
length of multi-IFO stats vectors 'sumTwoF', 'nc' (currently 'length'= 'freqlength') More... | |
UINT4 | freqlength |
number of fine-grid points in frequency More... | |
UINT4 | numDetectors |
number of detectors for sumTwoFX array More... | |
REAL4 * | sumTwoF |
sum of 2F-values, 1D array over fine-grid frequencies (of length 'length') More... | |
UINT4 | freqlengthAL |
"aligned" number of fine-grid points in frequency: in blocks of 16 bytes, consistent with ALAlloc() [used for sumTwoFX, maxTwoFXl, maxTwoFXlIdx] More... | |
REAL4 * | sumTwoFX |
sum of per-IFO 2F-values, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors') More... | |
FINEGRID_NC_T * | nc |
number count (1D array over frequencies, of length 'length') More... | |
REAL4 * | maxTwoFl |
maximum of multi-IFO 2F over segments, 1D array over fine-grid frequencies (of length 'length') More... | |
REAL4 * | maxTwoFXl |
maximum of per-IFO 2F over segments, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors') More... | |
UINT4 * | maxTwoFlIdx |
segment index (zero based) of corresponding entry in maxTwoFl More... | |
UINT4 * | maxTwoFXlIdx |
segment index (zero based) of corresponding entry in maxTwoFXl More... | |
REAL8 FineGrid::freqmin_fg |
fine-grid start in frequency
Definition at line 154 of file HierarchSearchGCT.h.
REAL8 FineGrid::dfreq_fg |
fine-grid spacing in frequency
Definition at line 155 of file HierarchSearchGCT.h.
REAL8 FineGrid::alpha |
right ascension
Definition at line 156 of file HierarchSearchGCT.h.
REAL8 FineGrid::delta |
declination
Definition at line 157 of file HierarchSearchGCT.h.
LIGOTimeGPS FineGrid::refTime |
reference time for candidates
Definition at line 158 of file HierarchSearchGCT.h.
UINT4 FineGrid::length |
length of multi-IFO stats vectors 'sumTwoF', 'nc' (currently 'length'= 'freqlength')
Definition at line 159 of file HierarchSearchGCT.h.
UINT4 FineGrid::freqlength |
number of fine-grid points in frequency
Definition at line 160 of file HierarchSearchGCT.h.
UINT4 FineGrid::numDetectors |
number of detectors for sumTwoFX array
Definition at line 161 of file HierarchSearchGCT.h.
REAL4* FineGrid::sumTwoF |
sum of 2F-values, 1D array over fine-grid frequencies (of length 'length')
Definition at line 162 of file HierarchSearchGCT.h.
UINT4 FineGrid::freqlengthAL |
"aligned" number of fine-grid points in frequency: in blocks of 16 bytes, consistent with ALAlloc() [used for sumTwoFX, maxTwoFXl, maxTwoFXlIdx]
Definition at line 163 of file HierarchSearchGCT.h.
REAL4* FineGrid::sumTwoFX |
sum of per-IFO 2F-values, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors')
Definition at line 164 of file HierarchSearchGCT.h.
FINEGRID_NC_T* FineGrid::nc |
number count (1D array over frequencies, of length 'length')
Definition at line 165 of file HierarchSearchGCT.h.
REAL4* FineGrid::maxTwoFl |
maximum of multi-IFO 2F over segments, 1D array over fine-grid frequencies (of length 'length')
Definition at line 166 of file HierarchSearchGCT.h.
REAL4* FineGrid::maxTwoFXl |
maximum of per-IFO 2F over segments, 2D array over frequencies and detectors (of length 'freqlengthAL*numDetectors')
Definition at line 167 of file HierarchSearchGCT.h.
UINT4* FineGrid::maxTwoFlIdx |
segment index (zero based) of corresponding entry in maxTwoFl
Definition at line 168 of file HierarchSearchGCT.h.
UINT4* FineGrid::maxTwoFXlIdx |
segment index (zero based) of corresponding entry in maxTwoFXl
Definition at line 169 of file HierarchSearchGCT.h.