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

Detailed Description

Type containing input arguments for XLALComputeExtraStatsForToplist()

Definition at line 66 of file RecalcToplistStats.h.

Data Fields

const charlistEntryTypeName
 type of toplist entries, give as name string More...
 
FstatInputVectorFstat_in_vec
 vector of input data for XLALComputeFstat() More...
 
LALStringVectordetectorIDs
 detector name vector with all detectors present in any data sements More...
 
LIGOTimeGPSVectorstartTstack
 starting GPS time of each stack More...
 
LIGOTimeGPS refTimeGPS
 reference time for fkdot values in toplist More...
 
BSGLSetup * BSGLsetup
 pre-computed setup for line-robust statistic BSGL More...
 
BOOLEAN computeBSGLtL
 re-compute BSGLtL as well, or not More...
 
BOOLEAN loudestSegOutput
 return extra info about loudest segment More...
 

Field Documentation

◆ listEntryTypeName

const char* RecalcStatsParams::listEntryTypeName

type of toplist entries, give as name string

Definition at line 67 of file RecalcToplistStats.h.

◆ Fstat_in_vec

FstatInputVector* RecalcStatsParams::Fstat_in_vec

vector of input data for XLALComputeFstat()

Definition at line 68 of file RecalcToplistStats.h.

◆ detectorIDs

LALStringVector* RecalcStatsParams::detectorIDs

detector name vector with all detectors present in any data sements

Definition at line 69 of file RecalcToplistStats.h.

◆ startTstack

LIGOTimeGPSVector* RecalcStatsParams::startTstack

starting GPS time of each stack

Definition at line 70 of file RecalcToplistStats.h.

◆ refTimeGPS

LIGOTimeGPS RecalcStatsParams::refTimeGPS

reference time for fkdot values in toplist

Definition at line 71 of file RecalcToplistStats.h.

◆ BSGLsetup

BSGLSetup* RecalcStatsParams::BSGLsetup

pre-computed setup for line-robust statistic BSGL

Definition at line 72 of file RecalcToplistStats.h.

◆ computeBSGLtL

BOOLEAN RecalcStatsParams::computeBSGLtL

re-compute BSGLtL as well, or not

Definition at line 73 of file RecalcToplistStats.h.

◆ loudestSegOutput

BOOLEAN RecalcStatsParams::loudestSegOutput

return extra info about loudest segment

Definition at line 74 of file RecalcToplistStats.h.