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

Detailed Description

Generic F-stat timing coefficients (times in seconds) [see https://dcc.ligo.org/LIGO-T1600531-v4 for details] tauF_eff = tauF_core + b * tauF_buffer where 'b' denotes the fraction of times per call to XLALComputeFstat() the buffer needed to be recomputed ==> b = NBufferMisses / NCalls
".

Note: All timing numbers are averaged over repeated calls to XLALComputeFstat(for fixed-setup)

Definition at line 316 of file ComputeFstat.h.

Data Fields

REAL4 tauF_eff
 
REAL4 tauF_core
 
REAL4 tauF_buffer
 
UINT4 NFbin
 
UINT4 Ndet
 
REAL4 NCalls
 
REAL4 NBufferMisses
 
const charhelp
 

Field Documentation

◆ tauF_eff

REAL4 FstatTimingGeneric::tauF_eff

Definition at line 317 of file ComputeFstat.h.

◆ tauF_core

REAL4 FstatTimingGeneric::tauF_core

Definition at line 318 of file ComputeFstat.h.

◆ tauF_buffer

REAL4 FstatTimingGeneric::tauF_buffer

Definition at line 319 of file ComputeFstat.h.

◆ NFbin

UINT4 FstatTimingGeneric::NFbin

Definition at line 320 of file ComputeFstat.h.

◆ Ndet

UINT4 FstatTimingGeneric::Ndet

Definition at line 321 of file ComputeFstat.h.

◆ NCalls

REAL4 FstatTimingGeneric::NCalls

Definition at line 322 of file ComputeFstat.h.

◆ NBufferMisses

REAL4 FstatTimingGeneric::NBufferMisses

Definition at line 323 of file ComputeFstat.h.

◆ help

const char* FstatTimingGeneric::help

Definition at line 324 of file ComputeFstat.h.