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

Detailed Description

struct fo storing all the variables affected by the selection of a subset of SFTs

Definition at line 178 of file DriveHoughColor.h.

Data Fields

UINT4 length
 the number of SFTs to be selected More...
 
REAL8VectorweightsV
 noise and AM weights More...
 
REAL8VectortimeDiffV
 the vector of time diffs More...
 
REAL8Cart3CoorVectorvelV
 vector of detector velocities More...
 
HOUGHPeakGramVectorpgV
 the vector of peakgrams More...
 

Field Documentation

◆ length

UINT4 BestVariables::length

the number of SFTs to be selected

Definition at line 179 of file DriveHoughColor.h.

◆ weightsV

REAL8Vector* BestVariables::weightsV

noise and AM weights

Definition at line 180 of file DriveHoughColor.h.

◆ timeDiffV

REAL8Vector* BestVariables::timeDiffV

the vector of time diffs

Definition at line 181 of file DriveHoughColor.h.

◆ velV

REAL8Cart3CoorVector* BestVariables::velV

vector of detector velocities

Definition at line 182 of file DriveHoughColor.h.

◆ pgV

HOUGHPeakGramVector* BestVariables::pgV

the vector of peakgrams

Definition at line 183 of file DriveHoughColor.h.