Main Page | Data Structures | File List | Data Fields | Globals

pf_peak_bg Struct Reference

#include <common.h>


Detailed Description

Peak background fit.


Data Fields

double a
 Coefficient of the cubic term.
double b
 Coefficient of the quadradic term.
double c
 Coefficient of the linear term.
double d
 The constant term.
double a_err
 Error in a.
double b_err
 Error in b.
double c_err
 Error in c.
double d_err
 Error in d.
double chisq
 chi^2 of the fit
double chisq_dof
 chi^2 per degree of freedom
int conv
 Boolean convergance flag.


Field Documentation

double pf_peak_bg::a
 

Coefficient of the cubic term.

double pf_peak_bg::a_err
 

Error in a.

double pf_peak_bg::b
 

Coefficient of the quadradic term.

double pf_peak_bg::b_err
 

Error in b.

double pf_peak_bg::c
 

Coefficient of the linear term.

double pf_peak_bg::c_err
 

Error in c.

double pf_peak_bg::chisq
 

chi^2 of the fit

double pf_peak_bg::chisq_dof
 

chi^2 per degree of freedom

int pf_peak_bg::conv
 

Boolean convergance flag.

double pf_peak_bg::d
 

The constant term.

double pf_peak_bg::d_err
 

Error in d.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 20 17:46:50 2005 for peakfinder-0.1 by  doxygen 1.3.9.1