#include <BoostHistogramUtils.h>
|
| fitResult ()=default |
|
| fitResult (T chi2, const T(&list)[nparams]) |
|
template<int index> |
T | getParameter () const |
| Get the paratmeters of a fit result. Ex: result.getParameter<1>();.
|
|
template<int index> |
void | setParameter (T parameter) |
| Set the paratmeters of a fit result. Ex: result.setParameter<1>(T(value)));.
|
|
void | setChi2 (double chi2In) |
| Set the chi2 of the fit result.
|
|
T | getChi2 () const |
|
template<typename T,
int nparams>
class o2::utils::fitResult< T, nparams >
Definition at line 182 of file BoostHistogramUtils.h.
◆ fitResult() [1/2]
template<typename T ,
int nparams>
◆ fitResult() [2/2]
template<typename T ,
int nparams>
◆ getChi2()
template<typename T ,
int nparams>
◆ getParameter()
template<typename T ,
int nparams>
Get the paratmeters of a fit result. Ex: result.getParameter<1>();.
Definition at line 195 of file BoostHistogramUtils.h.
◆ setChi2()
template<typename T ,
int nparams>
◆ setParameter()
template<typename T ,
int nparams>
Set the paratmeters of a fit result. Ex: result.setParameter<1>(T(value)));.
Definition at line 203 of file BoostHistogramUtils.h.
The documentation for this class was generated from the following file: