Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

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

Detailed Description

Structure for an arbitrary fit parameter.

Definition at line 20 of file ThermalModelFitParameters.h.

Constructor & Destructor Documentation

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

double thermalfist::FitParameter::errm

Asymmetric errors.

Definition at line 26 of file ThermalModelFitParameters.h.

double thermalfist::FitParameter::error

Parameter error (symmetric)

Examples:
cpc3-chi2NEQ.cpp.

Definition at line 25 of file ThermalModelFitParameters.h.

double thermalfist::FitParameter::errp

Definition at line 26 of file ThermalModelFitParameters.h.

std::string thermalfist::FitParameter::name

Name of the parameter.

Definition at line 29 of file ThermalModelFitParameters.h.

bool thermalfist::FitParameter::toFit

Whether the parameter is fitted or fixed.

Definition at line 28 of file ThermalModelFitParameters.h.

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.

double thermalfist::FitParameter::xmax

Lower and uppers bounds on parameter value.

Definition at line 27 of file ThermalModelFitParameters.h.

double thermalfist::FitParameter::xmin

Definition at line 27 of file ThermalModelFitParameters.h.


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