EGSnrc C++ class library  Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
Public Attributes | List of all members
bspol Struct Reference

Result struct returned by fbspol(). More...

#include <estar.h>

Public Attributes

double density_corr
 
int lb_index
 
int ub_index
 

Detailed Description

Result struct returned by fbspol().

Contains the interpolated density correction value at a given log-energy point, together with the indices of the bracketing spline interval so that the caller can use them to set bisection bounds.

Definition at line 144 of file estar.h.

Member Data Documentation

◆ density_corr

double bspol::density_corr

Interpolated density correction factor delta at the queried log-energy point.

Definition at line 145 of file estar.h.

Referenced by fbspol().

◆ lb_index

int bspol::lb_index

Index of the lower bound of the bracketing spline interval in the yql[] array.

Definition at line 147 of file estar.h.

Referenced by fbspol().

◆ ub_index

int bspol::ub_index

Index of the upper bound of the bracketing spline interval in the yql[] array.

Definition at line 149 of file estar.h.

Referenced by fbspol().


The documentation for this struct was generated from the following file: