PAASS
Software suite to Acquire and Analyze Data from Pixie16
GslFitter::FitData Struct Reference

Structure necessary for the GSL fitting routines. More...

#include <GslFitter.hpp>

Data Fields

size_t n
 size of the fitting parameters More...
 
double * y
 ydata to fit More...
 
double * sigma
 weights used for the fit More...
 
double beta
 the beta parameter for the fit More...
 
double gamma
 the gamma parameter for the fit More...
 
double qdc
 the QDC for the fit More...
 

Detailed Description

Structure necessary for the GSL fitting routines.

Definition at line 50 of file GslFitter.hpp.

Field Documentation

§ beta

double GslFitter::FitData::beta

the beta parameter for the fit

Definition at line 54 of file GslFitter.hpp.

§ gamma

double GslFitter::FitData::gamma

the gamma parameter for the fit

Definition at line 55 of file GslFitter.hpp.

§ n

size_t GslFitter::FitData::n

size of the fitting parameters

Definition at line 51 of file GslFitter.hpp.

§ qdc

double GslFitter::FitData::qdc

the QDC for the fit

Definition at line 56 of file GslFitter.hpp.

§ sigma

double* GslFitter::FitData::sigma

weights used for the fit

Definition at line 53 of file GslFitter.hpp.

§ y

double* GslFitter::FitData::y

ydata to fit

Definition at line 52 of file GslFitter.hpp.


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