Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALSimNRSurRemnantUtils.h File Reference

Utils for NR surrogates for remnant BH mass, spin and recoil kick. More...

Detailed Description

Utils for NR surrogates for remnant BH mass, spin and recoil kick.

Author
Vijay Varma

Definition in file LALSimNRSurRemnantUtils.h.

Go to the source code of this file.

Data Structures

struct  VectorFitData
 Data used in a single vector fit NOTE: basisFunctionOrders, coefs, componentIndices, and n_coefs are only used by NRSur7dq2. More...
 
struct  PrecessingRemnantFitData
 NRSurRemnant GPR fit data for the mass, spin, and recoil kick for generically precessing BBHs. More...
 
struct  AlignedSpinRemnantFitData
 NRSurRemnant GPR fit data for the mass, spin, and recoil kick for aligned-spin BBHs. More...
 

Macros

#define print_warning(...)
 
#define ScalarFitData   NRHybSurFitData
 

Macro Definition Documentation

◆ print_warning

#define print_warning (   ...)
Value:
if (lalDebugLevel & LALERRORBIT) \
printf("Warning - %s (%s:%d): ", __func__, __FILE__, __LINE__); \
printf(__VA_ARGS__);
LALERRORBIT

Definition at line 38 of file LALSimNRSurRemnantUtils.h.

◆ ScalarFitData

#define ScalarFitData   NRHybSurFitData

Definition at line 49 of file LALSimNRSurRemnantUtils.h.