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
CoarseGrid Struct Reference

Detailed Description

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...
 
UINT4Uindex
 U index, 2D array over stacks and frequencies (of length 'length') More...
 
REAL4TwoF
 2F-value, 2D array over stacks and frequencies (of length 'length') More...
 
UINT4 numDetectors
 number of detectors More...
 
REAL4TwoFX
 per-IFO 2F-values, 3D array over {frequencies, stacks, detectors} (of length = 'numDetector * length' More...
 

Field Documentation

◆ length

UINT4 CoarseGrid::length

length of multi-IFO array 'sumTwoF', 'Uindex' (currently 'length'= 'nStacks * freqlength')

Definition at line 190 of file HierarchSearchGCT.h.

◆ nStacks

UINT4 CoarseGrid::nStacks

number of stacks

Definition at line 191 of file HierarchSearchGCT.h.

◆ freqlength

UINT4 CoarseGrid::freqlength

number of coarse-grid points in frequency

Definition at line 192 of file HierarchSearchGCT.h.

◆ Uindex

UINT4* CoarseGrid::Uindex

U index, 2D array over stacks and frequencies (of length 'length')

Definition at line 193 of file HierarchSearchGCT.h.

◆ TwoF

REAL4* CoarseGrid::TwoF

2F-value, 2D array over stacks and frequencies (of length 'length')

Definition at line 194 of file HierarchSearchGCT.h.

◆ numDetectors

UINT4 CoarseGrid::numDetectors

number of detectors

Definition at line 195 of file HierarchSearchGCT.h.

◆ TwoFX

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.