Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
thermalfist::FitParameter Struct Reference

Structure for an arbitrary fit parameter. More...

#include <ThermalModelFitParameters.h>

Public Member Functions

 FitParameter (std::string namep="", bool toFitp=true, double val=1., double err=0., double vmin=-2., double vmax=2.)
 Construct a new FitParameter object.
 

Public Attributes

double value
 
double error
 Parameter error (symmetric)
 
double errp
 
double errm
 Asymmetric errors.
 
double xmin
 
double xmax
 Lower and uppers bounds on parameter value.
 
bool toFit
 Whether the parameter is fitted or fixed.
 
std::string name
 Name of the parameter.
 

Detailed Description

Structure for an arbitrary fit parameter.

Definition at line 20 of file ThermalModelFitParameters.h.

Constructor & Destructor Documentation

◆ FitParameter()

thermalfist::FitParameter::FitParameter ( std::string namep = "",
bool toFitp = true,
double val = 1.,
double err = 0.,
double vmin = -2.,
double vmax = 2. )
inline

Construct a new FitParameter object.

Definition at line 34 of file ThermalModelFitParameters.h.

Member Data Documentation

◆ errm

double thermalfist::FitParameter::errm

Asymmetric errors.

Definition at line 26 of file ThermalModelFitParameters.h.

◆ error

double thermalfist::FitParameter::error

Parameter error (symmetric)

Examples
cpc3-chi2NEQ.cpp.

Definition at line 25 of file ThermalModelFitParameters.h.

◆ errp

double thermalfist::FitParameter::errp

Definition at line 26 of file ThermalModelFitParameters.h.

◆ name

std::string thermalfist::FitParameter::name

Name of the parameter.

Definition at line 29 of file ThermalModelFitParameters.h.

◆ toFit

bool thermalfist::FitParameter::toFit

Whether the parameter is fitted or fixed.

Definition at line 28 of file ThermalModelFitParameters.h.

◆ value

double thermalfist::FitParameter::value

Parameter value.
If parameter is fitted this value is used as a starting point. If not fitted this value is used throughout.

Examples
BagModelFit.cpp, cpc2-chi2-vs-T.cpp, and cpc3-chi2NEQ.cpp.

Definition at line 23 of file ThermalModelFitParameters.h.

◆ xmax

double thermalfist::FitParameter::xmax

Lower and uppers bounds on parameter value.

Definition at line 27 of file ThermalModelFitParameters.h.

◆ xmin

double thermalfist::FitParameter::xmin

Definition at line 27 of file ThermalModelFitParameters.h.


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