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

pf_cal_fit Struct Reference

#include <common.h>


Detailed Description

Calibration fit.


Data Fields

char unit [MAXUNIT]
 The name of the calibration unit.
double a
 The quadradic coefficient.
double b
 The linear coefficient.
double c
 The constant term.
double a_err
 Error in a.
double b_err
 Error in b.
double c_err
 Error in c.
double chisq
 chi^2 of the fit
double chisq_dof
 chi^2 per degree of freedom
int conv
 Boolean convergance flag.
int valid
 Boolean validity flag.


Field Documentation

double pf_cal_fit::a
 

The quadradic coefficient.

double pf_cal_fit::a_err
 

Error in a.

double pf_cal_fit::b
 

The linear coefficient.

double pf_cal_fit::b_err
 

Error in b.

double pf_cal_fit::c
 

The constant term.

double pf_cal_fit::c_err
 

Error in c.

double pf_cal_fit::chisq
 

chi^2 of the fit

double pf_cal_fit::chisq_dof
 

chi^2 per degree of freedom

int pf_cal_fit::conv
 

Boolean convergance flag.

char pf_cal_fit::unit[MAXUNIT]
 

The name of the calibration unit.

int pf_cal_fit::valid
 

Boolean validity flag.


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