PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
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... | |
Structure necessary for the GSL fitting routines.
Definition at line 50 of file GslFitter.hpp.
double GslFitter::FitData::beta |
the beta parameter for the fit
Definition at line 54 of file GslFitter.hpp.
double GslFitter::FitData::gamma |
the gamma parameter for the fit
Definition at line 55 of file GslFitter.hpp.
size_t GslFitter::FitData::n |
size of the fitting parameters
Definition at line 51 of file GslFitter.hpp.
double GslFitter::FitData::qdc |
the QDC for the fit
Definition at line 56 of file GslFitter.hpp.
double* GslFitter::FitData::sigma |
weights used for the fit
Definition at line 53 of file GslFitter.hpp.
double* GslFitter::FitData::y |
ydata to fit
Definition at line 52 of file GslFitter.hpp.