structure for storing coarse-grid points
Definition at line 189 of file HierarchSearchGCT.h.
Data Fields | |
| UINT4 | length |
| length of multi-IFO array 'sumTwoF', 'Uindex' (currently 'length'= 'nStacks * freqlength') More... | |
| UINT4 | nStacks |
| number of stacks More... | |
| UINT4 | freqlength |
| number of coarse-grid points in frequency More... | |
| UINT4 * | Uindex |
| U index, 2D array over stacks and frequencies (of length 'length') More... | |
| REAL4 * | TwoF |
| 2F-value, 2D array over stacks and frequencies (of length 'length') More... | |
| UINT4 | numDetectors |
| number of detectors More... | |
| REAL4 * | TwoFX |
| per-IFO 2F-values, 3D array over {frequencies, stacks, detectors} (of length = 'numDetector * length' More... | |
| UINT4 CoarseGrid::length |
length of multi-IFO array 'sumTwoF', 'Uindex' (currently 'length'= 'nStacks * freqlength')
Definition at line 190 of file HierarchSearchGCT.h.
| UINT4 CoarseGrid::nStacks |
number of stacks
Definition at line 191 of file HierarchSearchGCT.h.
| UINT4 CoarseGrid::freqlength |
number of coarse-grid points in frequency
Definition at line 192 of file HierarchSearchGCT.h.
| UINT4* CoarseGrid::Uindex |
U index, 2D array over stacks and frequencies (of length 'length')
Definition at line 193 of file HierarchSearchGCT.h.
| REAL4* CoarseGrid::TwoF |
2F-value, 2D array over stacks and frequencies (of length 'length')
Definition at line 194 of file HierarchSearchGCT.h.
| UINT4 CoarseGrid::numDetectors |
number of detectors
Definition at line 195 of file HierarchSearchGCT.h.
| REAL4* CoarseGrid::TwoFX |
per-IFO 2F-values, 3D array over {frequencies, stacks, detectors} (of length = 'numDetector * length'
Definition at line 196 of file HierarchSearchGCT.h.